- 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
-
Alexandru Bercuci authored
-
Alexandru Bercuci authored
-
Alexandru Bercuci authored
users
-
Alexandru Bercuci authored
-
Alexandru Bercuci authored
-
Alexandru Bercuci authored
-
Alexandru Bercuci authored
-
- Oct 28, 2024
-
-
Sergey Gorbunov authored
-
Sergey Gorbunov authored
-
Sergey Gorbunov authored
-
Sergey Gorbunov authored
-
Sergey Gorbunov authored
-
Sergei Zharko authored
-
- Oct 24, 2024
-
-
Sergei Zharko authored
- single instance of tracking geo satup and parameters in the steer and QA (see the cbm::ca::ParametersHandler class) - steer and QA ca parameters floating point type changed from fvec to float - track fit QA: fitter type changed from fvec to double
-
Sergei Zharko authored
-
Sergei Zharko authored
CA: Moving the cbm::algo::ca::EDetectorID definition in CbmDefs.h to unify the online/offline CA interfaces
-
-
- Oct 14, 2024
-
-
Sergei Zharko authored
-
Sergei Zharko authored
Timeout for mcbm_2024_rec_3105 is temporarily increased to 95s, timeout for mcbm_2024_qa_3105 is increased to 135s Extra time is needed to initialize the KF-setup instance in CbmL1::Init(), which is done aside to the old geometry scheme intialization for CA. Keeping of the two setup versions is temporary until the track-fitting utilities will be fully moved to the KF framework.
-
Sergei Zharko authored
-
Sergei Zharko authored
-
Sergei Zharko authored
-
Sergei Zharko authored
-