- Aug 04, 2022
-
-
Pierre-Alain Loizeau authored
-
Pierre-Alain Loizeau authored
-
Pierre-Alain Loizeau authored
-
Pierre-Alain Loizeau authored
-
-
-
-
L1QA: added tracking QA base class and Sts class (experimental), added station index getters to the tracking detector interface classes
-
- Aug 03, 2022
-
-
Valentina Akishina authored
-
The C function to check if a number is finite is 'isfinite()'. Obviously the 'finite()' function is from C89 and was deprecated with C99 but not yet removed. At least with the default compiler on macosx 12.5 (arm64) the function was removed so we switch to 'isfinite()'.
-
- Aug 02, 2022
-
-
Administrator authored
Warnings from included header files which are outside of the scope of our code base are not interesting when building CbmRoot. Definde those external include directories as system include directories such that the compiler hide those warnings automatically.
-
Administrator authored
Use struct instead of class for forward declarations if the object is defined as struct. Remove unused data members, variables and parameters. Remove an explicite usage of std::move to allow copy ellision. Correct type in printf statements. Add missing virtual destructor in some class. Fix two issues where closing braces were at the wrong place.
-
- Aug 01, 2022
-
-
- Jul 29, 2022
-
-
Jan de Cuveland authored
-
-
Jan de Cuveland authored
-
Jan de Cuveland authored
-
Jan de Cuveland authored
-
Jan de Cuveland authored
-
- Jul 28, 2022
-
-
Administrator authored
With commit 892f01a1 from 23.03.22 the layout of the data class CbmTsEventHeader was changed by adding a new data member. At that time it was forgotten to also increase the version number. This commit increases the version number and corrects the issue.
-
- Jul 27, 2022
-
-
Dominik Smith authored
Updated README.md to include instructions regarding the -p and -a options of config.sh and config.csh.
-
Felix Weiglhofer authored
-
Felix Weiglhofer authored
-
- Jul 26, 2022
-
-
Pierre-Alain Loizeau authored
-
- Jul 25, 2022
-
-
Pierre-Alain Loizeau authored
-
Pierre-Alain Loizeau authored
-
Pierre-Alain Loizeau authored
-
Pierre-Alain Loizeau authored
-
-
Restructure code in the main CMakeLists.txt
-
Move code which does some basic checks into separate CMake file. Some additional reordering of the code is needed.
-
Move code which defines the compiler settings into separate CMake file.
-
Move code which defines additional targets into separate CMake file. Move code which generates the config files into separate CMake file.
-
Check if environmnet variables SIMPATH and FAIRROOTPATH are set or if the paths are passed on the commandline as -DSIMPATH=<path to FairSoft installation> -DFAIRROOTPATH=<path to FairRoot installation> early during the cmake run. After the initial check only the CMake variables are used.
-
Don't require environmnet variables SIMPATH and FAIRROOTPATH when building flesnet and NicaFemto. Pass the corresponding CMake variables to the build processes of the packages.
-
Remove obsolete, unneeded and unused code.
-
-
Unpack Much: Applied Epoch cycle fix. Fixed MacOS compilation (variable-sized array). Fixed missing Elink parameters.
-
-