- 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.
-
-
-
-
- Jul 22, 2021
-
-
Sergey Gorbunov authored
-
Adrian Weber authored
-
Pascal Raisig authored
It was not checked if a Trd1D config exists before trying to get its main branch name. This caused a seg violation in case no Trd1D config was added. Now the safeties are adjusted to check for it. Includes a minor update of the naming scheme
-
Since, the FairSource::Source_Type setting changes the behavior on the reading of the first Timeslice, its usage is for the time being removed. Therefore, a CbmSourceType enum is introduced which handles now the switch between data reading from online and offline sources.
-
add mRICH time offset correction and add masking of DiRICH boards to avoid the error messages. Error messages tells you now, which board has a problem.
-
-
-
Remove by hand added CbmTsEventHeader from CbmRecoUnpack. Instead, use the getter from the FairRun::Instance() to access the event header. Remark a fatal will be created if the wrong event header is set in the steering macro
-
Add copy assignment operator definition for CbmTrdDigi
-