- Jul 04, 2023
-
-
- Jul 03, 2023
-
-
Alexandru Bercuci authored
TRD2D
-
- Jun 29, 2023
-
-
- Jun 02, 2023
-
-
Felix Weiglhofer authored
-
- May 31, 2023
-
-
- May 25, 2023
- May 11, 2023
-
-
Felix Weiglhofer authored
-
- May 09, 2023
-
-
Dominik Smith authored
-
- May 08, 2023
-
-
- May 05, 2023
- Mar 22, 2023
-
-
- Mar 15, 2023
-
-
Solves original scope of #2567
-
- Mar 14, 2023
-
-
Felix Weiglhofer authored
-
- Feb 24, 2023
-
-
- Feb 20, 2023
-
-
Administrator authored
The operator needs to exclude a gap in the sequence of numbers. Unfortunately this was done wrongly such that adding new entries in the enum were also excluded.
-
- Feb 02, 2023
-
-
Sergey Gorbunov authored
-
- Feb 01, 2023
-
-
- Jan 26, 2023
- Jan 13, 2023
-
-
Pierre-Alain Loizeau authored
Most changes done in CbmDigiData: - Add CbmTzdDigiData class - Change TZD storage class in CbmDigiData - Bump Classdef of CbmDigiData to 3 - Add boost serialization version + Bump to version 3 (default is always 0 in boost)
-
Pierre-Alain Loizeau authored
- Add usage of address field to TzdDigi - Conversion constructor from TOF to TZD digis - Conversion constructor from TZD to TOF digis - Serializer and dictionary for TZD digi - Adapt Tzd Digitizer to provide default value for new address field
-
- Jan 11, 2023
-
-
-
Make CbmDigiData, CbmDigiEvent and CbmDigiTimeslice classes (previously structs) with ROOT streamers
-
- Dec 08, 2022
-
-
- Nov 30, 2022
-
-
Valentina Akishina authored
-
- Nov 11, 2022
-
-
Volker Friese authored
- Nov 10, 2022
-
-
-
Administrator authored
-
MQ/monitor/CMakeLists.txt: Boost added as dependency algo/data/CMakeLists.txt: modified in Modern CMake algo/test/CMakeLists: modified in Modern CMake core/data/test/global/CMakeLists.txt: Unnecessary dependencies removed and added required dependencies core/data/test/psd/CMakeLists.txt: Unnecessary dependencies removed core/detectors/trd/CMakeLists.txt: TMVA dependency change to ROOT::TMVA
-
Gtest and GtestMain Target created which depend on GTEST target Remaining files which haven't been changed in modern cmake. MQ/monitor : Transition in Modern CMake core/data/test: Transition to Modern CMake reco/qa: Transition to Modern CMake tutorial/TaskToAlgo: Transition to modern CMake
-
- Oct 04, 2022
-
-
Omveer authored
unnecessary commands removed which oprated a directory level. like include_directories() link_directories() Now operating on the target directory using target_include_directories() target_link_libraries() commands. generating library target using generate_cbm_library() macro provided by us.
-
Omveer authored
-
- Aug 02, 2022
-
-
Administrator authored
Use struct instead of class for forward declarations if the object is defined as struct. Remove unused data members, variables and parameters. Remove an explicite usage of std::move to allow copy ellision. Correct type in printf statements. Add missing virtual destructor in some class. Fix two issues where closing braces were at the wrong place.
-
- Jul 28, 2022
-
-
Administrator authored
With commit 892f01a1 from 23.03.22 the layout of the data class CbmTsEventHeader was changed by adding a new data member. At that time it was forgotten to also increase the version number. This commit increases the version number and corrects the issue.
-