- Nov 06, 2023
-
-
bump CbmRichPoint ClassDef count and add check which cancels the execution if ClassDef count is older. The reason for this is that pmt pixel addresses are now stored in CbmRichPoin and not derived while digitization, the safety check prevents running rich digitization on transport files which dont have the pixel address stored
-
-
- Nov 03, 2023
-
-
Felix Weiglhofer authored
-
- Nov 02, 2023
-
-
-
-
-
-
-
data reorganization
-
-
-
-
-
-
-
-
-
-
-
-
Remove path from include statements Add missing include statements and remove unneeded ones. Use forward declaration whenever possible.
-
-
After many dependencies in the mvd code could be remove it becomes possible to separate the mvd code in the same as it was done for all other detector systems some time ago. This commits separate the code for the CbmMvdSim library. Also the pileup manager was moved from the sim to the base library. This commit will not compile.
-
Remove function SetProduceNoise from CbmMvdSensor and CbmMvdDetector. The function from the plugin is now called directly from the digitizer. Exchange some casts to the final taks by using the base class instead.
-
-
-
-
The crash happens due to a undersized char array where one writes after the upper bound when the file path is to long. The problem occurred in the CI pipeline for some users with very long user names. The quick fix is to enlarge the charcter arrays but on the long term the char arrays should be replaced by strings.
-
-
Administrator authored
The used structured bindings are only supported with C++20 and even then there is a bug in clang with some older version which crash during compilation. The fix doesn't capture the structured binding.
-
- Nov 01, 2023
-
-
-
-
-
-
fjlinz authored
-
- Oct 31, 2023
-
-
Internally Flesnet uses some header files which are only availyble for Intel platforms. To avoid compilation errors the compilation of tsclient is switched off. The needed libraries can be build on arm without problems.
-
Sergey Gorbunov authored
-
-
Martin Beyer authored
-
Felix Weiglhofer authored
New version includes fixes for #3023.
-