- Mar 06, 2025
-
-
Pierre-Alain Loizeau authored
-
-
- Feb 25, 2025
-
-
- Feb 15, 2025
-
-
Alexandru Bercuci authored
-
Alexandru Bercuci authored
-
Alexandru Bercuci authored
-
-
-
Sergei Zharko authored
-
Sergei Zharko authored
- mcbm_beam_2025_02_14_silver setup is added to the runId map; - actualisation of CbmOnlineParWrite; - actualisation of ParFiles.cxx
-
- Feb 12, 2025
-
-
Alexandru Bercuci authored
readout setup and calibration parameters
-
- Feb 10, 2025
-
-
- V0Finder: - YAML config - cuts on velocity of pion and proton candidates - enhanced cut for decay length (0.1 -> 5 cm)
-
- Feb 07, 2025
-
-
Pierre-Alain Loizeau authored
-
- Feb 03, 2025
-
-
- Jan 30, 2025
-
-
Alexandru Bercuci authored
-
Alexandru Bercuci authored
-
- Jan 29, 2025
-
-
- CbmEventTrigger class to store different trigger flags for the event selection (Lambda, Ks, ....)
-
1. reco_mcbm.sh: New options (separate directory for different steps, lambda in mCBM, retrieving a tsa file name from and index list) 2. reco_mcbm_job.sh: Settings to run reco_mcbm.sh from the box on virgo (vs. runID and jobID) 3. cbm::kfp::V0FinderTask: minor bug fixes
-
- Jan 24, 2025
-
-
Pierre-Alain Loizeau authored
-
- Jan 23, 2025
-
-
Pierre-Alain Loizeau authored
-
Pierre-Alain Loizeau authored
-
- Jan 21, 2025
-
-
Sergei Zharko authored
-
- Dec 05, 2024
-
-
Sergei Zharko authored
-
Sergei Zharko authored
Together with it, all supporting classes from ca::tools and cbm::ca were removed as well.
-
Sergei Zharko authored
CA: migration from ca:: to kf::MaterialMap: removing ca::MaterialMap from CbmL1 and CbmGenerateMaterialMaps classes
-
Sergei Zharko authored
-
Sergei Zharko authored
-
- Nov 21, 2024
-
-
- 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
-
- Nov 19, 2024
-
-
Sergey Gorbunov authored
-
- Nov 14, 2024
- 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 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
-