- Sep 01, 2021
-
-
Administrator authored
This update adds parameter files corresponding to the trd_v21a geometry for the mCBM beamtine in June 2021.
-
remove sorting from Algo and add check if time is greater 0. Mkissing backplanes in data could produce negative values and bee an issue. These digis are not stored
-
- Aug 31, 2021
-
-
-
With macosx 10.13 (Apple clang 10.0) there is a runtime problem when loading libL1. The problem is due to the usage of a static constexpr in the source file which can be overcome when doing a static cast of the variable.
-
- Aug 30, 2021
-
-
drslebedev authored
-
- Aug 20, 2021
-
-
David Emschermann authored
-
- Aug 18, 2021
-
-
David Emschermann authored
Update TRD v21a by Alexandru and complete mCBM 2021_07 setup, update external/geometry tag, refs #2215
-
- Aug 17, 2021
-
-
David Emschermann authored
-
- Aug 12, 2021
- Aug 05, 2021
-
-
Sergey Gorbunov authored
-
Pascal Raisig authored
Before this fix only the number of digis of the last component of a subsystem endet up in the counter of the event header. Now an Add function is used and the counters a resetted at the beginning of each timeslice.
-
Pascal Raisig authored
This adds a safeties that protect from unwanted behavior, in case of corrupted EOM messages.
-
- Aug 03, 2021
-
-
Pierre-Alain Loizeau authored
-
Administrator authored
The new version implements a workaround for CbmRoot. With the latest FairSoft versions on macosx it comes otherwise to runtime errors when JIT compiling a macro. The problem is a define statement in termios.h which defines B0 to be 0. This coonflicts with the parameter B0 used in the header file.
-
- Jul 30, 2021
-
-
There are some warnings which only show up on some systems and can't be avoided. Filter them such that they don't show up on CDash.
-
-
-
Administrator authored
These compiler warnings are only seen with clang on macosx. Fix format in printf and Form functions. Comment unused parameters. Use correct C++ version when building the external flesnet project.
-
Administrator authored
From FairRoot version v18.4.0 on the function CheckIfSensitive() of the class FairModule is deprecated and replaced by the function IsSensitive(). The old function is still available but usage results is a compilation error. To be able to use FairRoot v18.2.1 and newer versions both functions are implemented in the CbmRoot code where the old function simply forwards to the new one. If there is no need to support older FairRoot versions the old function can be simply removed from the source code.
-
Dominik Smith authored
Bug fix: Added missing break statement to loops in CbmAlgoBuildRawEvents::SetReferenceDetector() and CbmMcbm2019TimeWinEventBuilderAlgo::SetReferenceDetector().
-
modified: analysis/PWGDIL/dielectron/lmvm/CbmAnaDielectronTaskDrawAll.cxx modified: macro/analysis/dielectron/batch_job.py modified: macro/analysis/dielectron/batch_send_common.py modified: macro/analysis/dielectron/draw_all.py modified: macro/analysis/dielectron/hadd_many.py modified: macro/analysis/dielectron/run_analysis.C modified: macro/analysis/dielectron/run_litqa.C modified: macro/analysis/dielectron/run_reco.C
-
- Jul 29, 2021
-
-
Dominik Smith authored
-
Dominik Smith authored
-
Dominik Smith authored
Set axes of several histograms to adaptive and adjusted ranges to account for new timing convention.
-
Dominik Smith authored
-
-
- Jul 27, 2021
-
-
Sergey Gorbunov authored
-
In the data from mcbm2021 the possibility that the bits of the number of samples indicator in EOMs can be corrupted. This commit implements a safety which prevents the unpacker to go into a broken state in case of corrupted bits.
-
-
-
This commit adds the measurement of the cpu and wall time to the unpacking algo template/CbmRecoUnpack::unpack function. The values are printed add the end of the run and stored additionally in an output histogram.
-
- Jul 23, 2021
-
-
-
-
Pierre-Alain Loizeau authored
-
Administrator authored
The machine providing the CbmRoot_macosx gitlab-runner is currently broken.
-
-
-
-