- May 02, 2022
-
-
Remove many switches which are not needed any longer, since minimum versions for C++ standard, Root, FairSoft and FairRoot are fixed.
-
- Apr 27, 2022
-
-
Sergei Zharko authored
-
Sergei Zharko authored
-
- Apr 06, 2022
-
-
- Apr 04, 2022
-
-
Sergei Zharko authored
-
- Mar 29, 2022
-
-
- Mar 24, 2022
-
-
Volker Friese authored
-
- Mar 23, 2022
-
-
- Mar 11, 2022
- Mar 10, 2022
-
-
- Mar 08, 2022
-
-
Alexandru Bercuci authored
-
- Mar 02, 2022
-
-
- Mar 01, 2022
-
-
- Feb 04, 2022
-
-
- Jan 27, 2022
-
-
Apply clang-format. uncomment TofSimpClusterizer constructor
-
-
- Jan 25, 2022
-
-
Dario Ramirez authored
-
- Dec 20, 2021
-
-
Administrator authored
Use std::string instead of TString to format log output.
-
- Dec 17, 2021
-
-
Correct CbmDaq to provide the proper MC event list. Prevent tree access modes kRepeat and kRandom for the time being.
-
- Split the InitUnpacker method of the UnpackConfig template into - InitOutput - RegisterOutput (Framework bound, to be replaced by method in Task class CbmRecoUnpack) - SetAlgo - initParContainer, moved to the Task Class CbmRecoUnpack - InitAlgo - Move to the template version of these methods all blocks common to all derived config classes - Whenever necessary, overload these methods in the derived config classes (including the common parts, no base method call) - Bump Config classes version number - Adapt the Sts Unpack algo classes to initialize the monitor classes - Adapt the CbmRecoUnpack - Adapt the CbmUnpackDevice to use the standard Unpack Config classes (compiles with full functionality but untested)
-
- Dec 16, 2021
-
-
Add all data classes needed by libAlgo to libOnlineData. Add all other referenced classses to libOnlineData. Remove ROOT dependencies from all these classes. Link libAlgo against libOnlineData.
-
-
- Move implementation of CbmMuchAddress::SetElementId to cpp file - Move Logger include from header to cpp - Add missing Logger include to CbmMuchSignal cxx file - Add missing Logger include to CbmAnaDimuonAnalysis cxx file (needed only for FS/FR jun19-v18.2) Induced by inclusion in DigiData of the other detectors on top of STS (needed only for FS/FR higher than FS/FR jun19-v18.2)
-
- Add copy constructor to CbmEvent - Define DigiData types and add members for the other CBM detectors in CbmDigiData(!MUCH beamtime digi usage!) - Add vector of CbmEvents, all DigiData types, CbmDigiEvent and vector of CbmDigiEvent to LinkDef to get ROOT streamers (needed to write to ROOT file)
-
In CbmMcbm2018RichPar, add explicit assignment OP constructor + replace map with vector when possible - Introduce LoadInternalContainers method for setting all memberss derived from other members - replace fToTshiftMap map with vector as continuous array with always successive keys (faster access) - add the copy and assignment constructors - Add a Print method
-
-
- Dec 10, 2021
-
-
Sergey Gorbunov authored
-
-
- Dec 08, 2021
-
-