- Apr 24, 2023
-
-
- cf https://github.com/root-project/root/issues/12242 - Fixes edge case of #2620 which was missed by previous patch: Assemblies which are not PhysicalNodes were not recomputed if not touched
-
- Apr 17, 2023
-
-
Sergei Zharko authored
-
- Apr 14, 2023
-
-
Sergei Zharko authored
-
- Apr 12, 2023
-
-
Sergei Zharko authored
-
Sergei Zharko authored
- track type and track fit histogrammers added - index bug in TimeSliceReader class fixed
-
Sergei Zharko authored
-
- Apr 11, 2023
-
-
Sergei Zharko authored
-
- Mar 22, 2023
-
-
- Mar 21, 2023
-
-
Administrator authored
With FairRoot v18.8 the functions GetOutputFile() and SetOutputFile() are deprecated instead of using a file sink. Correct user code to create the file sink correctly or to extract the file name from the file sink. Comparisons of results before and after the change showed that the results are absolutely identical.
-
- 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
-
- Feb 24, 2023
-
-
-
sets and to take into account the alignment
-
-
-
- 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 15, 2023
-
-
Sergei Zharko authored
-
Sergei Zharko authored
CbmTofInteraction class is introduced to address the problem of multiple MC points for one interaction.
-
Sergei Zharko authored
-
- Feb 02, 2023
-
-
Sergey Gorbunov authored
-
- Feb 01, 2023
-
-
- Jan 30, 2023
-
-
- Jan 26, 2023
- Jan 19, 2023
-
-
Felix Weiglhofer authored
-
- 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
-
-
- Dec 02, 2022
-
-
Axel Puntke authored
-
- Nov 30, 2022
-
-
Valentina Akishina authored
-
- Nov 18, 2022
-
-
Administrator authored
Add missing include statements and forward declarations. In FairRoot a serious cleanup of include statements was done which needs fixes in our code base.
-
- Nov 16, 2022
-
-
Pierre-Alain Loizeau authored
- Add new file and namespace in utils part of the CbmBase library - Add Mcbm::GetSetupFromRunId function - Add Mcbm::Dummy class to force loading of the library n macros and circumvent deprecation of functions dict in Root6/Cling - Update all macros with the if/else mapping to use the new function and catch exception for unmapped runs
-
- Nov 15, 2022
-
-