- Mar 13, 2024
-
-
The scripts are the old way to define settings fro geant3 and geant4 and are still used in some of the test macros. With this commit the changes already implemented in the new class CbmGeant4Settings some time ago with commits cb453d4b and 982c4b76 are added to fix errors during Geant4 initilisation.
-
The code is implemented in a way that should make it easy to implement further revision in the format by using templates for the sys_ver.
-
- Mar 06, 2024
-
-
Felix Weiglhofer authored
-
-
Sergey Gorbunov authored
-
Sergey Gorbunov authored
-
- Mar 05, 2024
-
-
-
Sergey Gorbunov authored
-
Sergey Gorbunov authored
-
Sergey Gorbunov authored
-
Felix Weiglhofer authored
-
- Mar 04, 2024
-
-
Felix Weiglhofer authored
-
Sergei Zharko authored
bugfix: Fixing the CA-parameters output file name in case the output directory is not provided
-
- Feb 29, 2024
-
-
Sergey Gorbunov authored
-
- Feb 28, 2024
-
-
-
-
-
-
Felix Weiglhofer authored
-
-
- Feb 27, 2024
-
-
-
Pierre-Alain Loizeau authored
-
Move macro code from Create_geometry_* macro to namespace cbm::trd:geo. Implement the latest modifications to the design of the chamber and FEB as they are proposed for day 1.
-
In the log file, there is now a colored printout for each step (tra, digi, reco, AT) if the step was successful or not. If a step fails, the script is exited such that the CI can fail now and possible problems can be spot on each new MR directly
-
- Feb 26, 2024
-
-
-
Fixes the problem also when passing path info as CMake parameters for FairSoft/FairRoot apr21p2/v18.6.7. The solution now works for CMake parameters as well as for environment variables for bost FairSoft/FairRoot combinations apr21p2/v18.6.7 and nov22p1/v18.8.0.
-
-
-
- Feb 23, 2024
-
-
Alexandru Bercuci authored
update param repository for MR CbmSoft/cbmroot_parameter!154
-
Alexandru Bercuci authored
- Feb 22, 2024
-
-
Felix Weiglhofer authored
-
Felix Weiglhofer authored
-
The compilation of some analysis files did crash due to missing header files when not setting the environment variables SIMPATH and FAIRROOTPATH. The problem was that the external package Hal internally uses this environment variables and changed compilation targets if they are found. Add a patch which fixes this but the change should go upstream.
-
-
Felix Weiglhofer authored
-
This commit introduces the configuration header TrackingChainConfig, which contains a minimalistic set of parameters to control the TrackingChain execution scenarios.
-
The current implementation works only for event-by-event based digitisation and reconstruction. When running time based the results will be definitely wrong. Closes #3195
-
- Feb 21, 2024
-
-