- Jan 25, 2021
-
-
Norbert Herrmann authored
-
Norbert Herrmann authored
-
- Jan 23, 2021
-
-
Pascal Raisig authored
To fix the tests for these macros, the Trd parameters need to be loaded from the ascii file db. Since, during the tests no par.root file from the unpacking is available
-
Pascal Raisig authored
Remove the original file, which was outdated Adjust name to match CbmSetup naming scheme Adjust .gitignore to not ignore this explicit .root file
-
Pascal Raisig authored
Trd clusterfinder and hit reconstruction tasks added to the common macros No additional eventbuilding cuts based on the Trd where introduced
-
Pascal Raisig authored
The previous file was still based on an old geometry, the update is correlated to the latest CbmSetup version for the given tag
-
Pascal Raisig authored
In the TrdHit Producer a LOG(fatal) contained no information on the class and function that causes the fatal. Now it does.
-
Pascal Raisig authored
A small bug was introduced with MR!200, which caused the cut on max digis to be activated instead of disabled, when set to -1
-
Pascal Raisig authored
-
- Jan 22, 2021
-
-
Administrator authored
-
Pierre-Alain Loizeau authored
-
Administrator authored
Convert files with wrong format to unix style line breaks.
-
Administrator authored
Only files with unix style file endings should eneter the repository. Add a CI stage which fails if the file type of a changed file is dos. Add a script which executes the actaul test.
-
- Jan 21, 2021
-
-
Sergey Gorbunov authored
-
- Jan 20, 2021
-
-
Remove deprecated and meanwhile unused functions.
-
Exclude std::vector in a task from being streamed.
-
Comment unused variables and parameters.
-
Use reference in for loop too avoid copying of data.
-
Valentina Akishina authored
-
Sergey Gorbunov authored
-
- Jan 18, 2021
-
-
Pascal Raisig authored
The externally loaded spadic package is now longer required for the current spadic versions Hence, it can be removed from the cbmroot master and future release versions
-
Some compilers create a warning since the std::abs() result was not casted to size_t.
-
Pierre-Alain Loizeau authored
-
Pascal Raisig authored
Additionally the parameter git hash was updated, such that it matches the latest version.
-
- Jan 15, 2021
-
-
Sergey Gorbunov authored
-
- Jan 13, 2021
-
-
Pascal Raisig authored
-
Pascal Raisig authored
This commit includes the timeshift parameters into the Trd unpacker algo and task. If they are not passed everything should behave like before this commit.
-
Pascal Raisig authored
During mCbm 2020 timeshifts of the Trd digi time were observed. This commit adds a parameter container that allows a first order correction of these shifts.
-
Pascal Raisig authored
-
- Dec 19, 2020
-
-
The code for fles_ipc_legacy and flib_dpb_20 from external repositories are not used any longer by any library from CbmRoot. Remove both packages.
-
The development of KFModelParameters was discontinued more then two years ago. The code is not used anywhere and it is completely untested, so the decision taken with all responsibles persons was to remove it from CbmRoot.
-
Administrator authored
The test suite was broken since the run_digi macro was changed some weeks ago. Also the check for return strings was wrong in two cases. Also use the proper namespace in the macro.
-
- Dec 16, 2020
-
-
Administrator authored
-
Administrator authored
The parameter file with the tof geometry information isn't needed any longer. The information is now extracted from the TGeoManger during task initilization.
-
- Dec 11, 2020
-
-
Administrator authored
The GNU Sientific Library isn't any longer used in CbmRoot.
-
Administrator authored
-
- Dec 10, 2020
-
-
Administrator authored
Use standard CMake variable to define C++ version. Pass the version to AnalysisTree package such that code is properly compiled.
-
Administrator authored
With FairRoot v18.4.1 the deprecated function SetInputFile was removed from FairRunAna. Correctly use now FairFileSource in the macros.
-
Administrator authored
FairSource implements with FairRoot v18.4.1 the new function SpecifyRunId which is used to trigger the read of the first event from the input. This function has to be properly implemented in the source classes.
-
Administrator authored
-