- Nov 21, 2024
-
-
Pierre-Alain Loizeau authored
-
- Nov 20, 2024
-
-
Pierre-Alain Loizeau authored
- fix deprecated Sink usage by using new Dummy Sink class - use new mTOF 2024 calib file from Norbert - use geometry file in macro/run/data as generated by the CI (instead of the one by the mCBM simulation) - add missing system time offset for TRD1D and TRD2D, copied from the run_unpack_tsa.C macro
-
Pierre-Alain Loizeau authored
-
Pierre-Alain Loizeau authored
-
Pierre-Alain Loizeau authored
-
- Nov 19, 2024
-
-
Sergey Gorbunov authored
-
Pierre-Alain Loizeau authored
-
Pierre-Alain Loizeau authored
-
Pierre-Alain Loizeau authored
-
- Nov 18, 2024
-
-
Pierre-Alain Loizeau authored
-
Pierre-Alain Loizeau authored
-
Pierre-Alain Loizeau authored
-
- Nov 15, 2024
-
-
Sergei Zharko authored
-
Sergei Zharko authored
-
Sergei Zharko authored
-
Sergei Zharko authored
-
Sergei Zharko authored
-
- Nov 14, 2024
-
-
Sergey Gorbunov authored
-
-
Pierre-Alain Loizeau authored
-
-
- Nov 13, 2024
-
-
Nora Bluhme authored
-
- Nov 08, 2024
-
-
-
-
-
Addinga hash getter for a CbmSetup; storing and testing a reference hash in the KF-setup builder initialization
-
-
1) in-geometry: if the detector subsystem exists in geometry 2) is-active: if the detector subsystem provides hits and was not disabled manually (case of MVD in tb)
-
- Nov 07, 2024
-
-
Pierre-Alain Loizeau authored
- Update geometry and parameters hashes to most recent ones (bring tof 21k + also previously stacked mvd geo creation macros) - Force the specific filename for run 2391 in the 2022 reco macros and the mTOF clusterizer initialization script (and higher runs in most 2022 macros) - Remove switch to custom alignment file in 2022 mcbm_event_reco_l1 macro for TOF 21k
-
-
- Nov 06, 2024
-
-
Pierre-Alain Loizeau authored
=> Properly implemented in legacy unpackers but if condition lost in porting!
-
- Nov 01, 2024
-
-
Administrator authored
The usage of std::binary_function is really old legacy to define the functions used in STL algorithms like std::sort. std::binary_function was deprecated with C++11 and removed from C++ with C++17. Obviously it is still supported by some compilers since compilation errors only occured with newer Apple clang versions. Switch to the modern implementation using lambdas in the STL algorithms. This also increase code readability since the code is located at the same place where it is used. The change was confirmed to not introduce changes in the output by comparing the produced TTrees before and after the commit in all produced ROOT files.
-
- Oct 30, 2024
-
-
Sergey Gorbunov authored
-
- Oct 29, 2024
-
-
Alexandru Bercuci authored
-
Alexandru Bercuci authored
-
Alexandru Bercuci authored
-