- Jan 13, 2023
- Jan 12, 2023
-
-
- Jan 11, 2023
-
-
Make CbmDigiData, CbmDigiEvent and CbmDigiTimeslice classes (previously structs) with ROOT streamers
-
- Nov 18, 2022
-
-
Administrator authored
Add missing include statements and forward declarations. In FairRoot a serious cleanup of include statements was done which needs fixes in our code base.
-
Administrator authored
Use the same target names as provided by FairRoot with version v18.8. Add the new target FairRoot::Online which is a new library conatining the online related code which was previously part of the Base library. In case of older FairRoot versions the target is only an alias for the target FairRoot::Base such that the same dependencies already work with FairRoot v18.6 which is our current default version. Add the new target FairRoot::Online in all CMakeLists.txt where it is needed. The FindFairRoot macro is also used when compiling NicaFemto. Since there is a problem with the target definitions in NicaFemto the targets are not defined when compiling NicaFemto.
-
- Nov 08, 2022
-
-
Administrator authored
-
- Oct 24, 2022
-
-
Omveer authored
Files moved to NO_DICT_SRC: L1Algo/L1Event.cxx L1Algo/L1EventMatch.cxx Files are commented for time being in L1 target: OffLineInterface/CbmL1RichENNRingFinder.cxx OffLineInterface/CbmL1RichENNRingFinderParallel.cxx xpu git tag version modified Vc package finding moved to top level CMakeLists.txt
-
- Sep 28, 2022
-
-
Added protection against out-of-sequence timeslice reading to CbmSourceTs::ReadEvent(). This is not supported but could previously be requested by the user, leading to unexpected behavior.
-
- Jul 29, 2022
-
-
Jan de Cuveland authored
-
- Jul 25, 2022
-
-
-
Unpack Much: Applied Epoch cycle fix. Fixed MacOS compilation (variable-sized array). Fixed missing Elink parameters.
-
-
- Jun 14, 2022
-
-
Jan de Cuveland authored
-
- Jun 10, 2022
-
-
- fles_ipc -> external::fles_ipc - fles_logging -> external::fles_logging - IPC_INCLUDE_DIRECTORY -> FLES_IPC_INCLUDE_DIRECTORY
-
- Jun 05, 2022
-
-
Administrator authored
Depending on the compiler the STL library support or does not support the usage of std::execution. Tets in the build system if the feature is available and switch off the usage if not supported. Remove default(none) from OpenMP parameters since it creates problems with older OpenMP versions. In the current code according to Jan the statement isn't needed.
-
-
-
- May 27, 2022
-
-
- May 05, 2022
-
-
- Apr 06, 2022
-
-
- Mar 15, 2022
- Mar 12, 2022
-
-
Volker Friese authored
-
Volker Friese authored
-
- Mar 11, 2022
-
-
-
-
Added missing include (cassert); removed duplicated code from the task which was implmeneted in the separate class StsReadoutConfig.
-
-
- Mar 10, 2022
-
-
- Mar 06, 2022
-
-
Norbert Herrmann authored
-
- Mar 02, 2022
-
-
- Dec 17, 2021
-
-
Volker Friese authored
Expand CbmTaskMakeRecoEvent to all digi types in order to enable reconstruction and analysis from files taken with mCBM.
-
- Dec 16, 2021
-
-
Add includes for new members of DigiData in algo and related task cmake files (to be stashed/fixup w/ change to DigiData)
-
- Dec 09, 2021
-
-
- Nov 23, 2021
-
-
- Nov 22, 2021
-
-
Integration of cbm::algo::EventBuilder in the FairRoot run/task framework, with the new task CbmTaskBuildEvents. Included into regular testing. Refs #2271.
-