- Mar 17, 2023
-
-
Administrator authored
The function sprintf is marked deprecated with the latest Clang version. Move from sprintf to snprintf. Define and use buffer size. Check the return value in a function where this is important.
-
- Mar 15, 2023
-
-
-
-
Solves original scope of #2567
-
-
- Mar 14, 2023
-
-
Felix Weiglhofer authored
-
Felix Weiglhofer authored
-
- Mar 08, 2023
-
-
Sergey Gorbunov authored
-
Sergey Gorbunov authored
-
- Mar 02, 2023
-
-
Sergey Gorbunov authored
-
Administrator authored
Test CbmRoot with FairSoft nov22p1 and FairRoot v18.8.0 on macosx13.
-
- Mar 01, 2023
-
-
Record the hash and date of the build and report these at build and configuration times.
-
- Feb 28, 2023
-
-
- Feb 27, 2023
-
-
Sergei Zharko authored
-
- Feb 24, 2023
-
-
-
add hit time offset also here for availability in TOF tracking and the L1 tracking during the Nightly tests
-
-
-
sets and to take into account the alignment
-
TDR Addendum
-
-
-
- Feb 23, 2023
-
-
-
Administrator authored
Increase test times for json configuration since the time for running the reco stage increases nonlinearly with the number of events in the timeslice.
-
-
-
-
- Feb 22, 2023
-
-
Remove obsolete files containing macros which were needed before the build system was moderinsed. The only macro which is still needed was added in the file CbmMacros.cmake.
-
- Feb 21, 2023
-
-
Sergey Gorbunov authored
-
- 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.
-
Check cbm_header init before using it. Added runtime error for MCEventList.
-
Pierre-Alain Loizeau authored
-
- Feb 15, 2023
-
-
Sergei Zharko authored
-
Sergei Zharko authored
CbmTofInteraction class is introduced to address the problem of multiple MC points for one interaction.
-