- Jan 20, 2021
-
-
Comment unused variables and parameters.
-
- Jan 18, 2021
-
-
Some compilers create a warning since the std::abs() result was not casted to size_t.
-
Pierre-Alain Loizeau 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.
-
- Dec 10, 2020
-
-
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
-
- Nov 30, 2020
-
-
Pierre-Alain Loizeau authored
-
Pierre-Alain Loizeau authored
-
Pierre-Alain Loizeau authored
-
- Nov 26, 2020
-
-
Norbert Herrmann authored
-
Norbert Herrmann authored
-
Norbert Herrmann authored
-
- Nov 18, 2020
-
-
Norbert Herrmann authored
-
Norbert Herrmann authored
-
- Nov 16, 2020
-
-
- Nov 12, 2020
-
-
Pierre-Alain Loizeau authored
-
- Nov 10, 2020
-
-
Pascal Raisig authored
Up to now the TS length was hardcoded for the TimesliceMetaData object. This commit adds an automatic calculation and inserts it into the stored TimesliceMetaData objects.
-
- Nov 03, 2020
-
-
- Nov 02, 2020
-
-
Pascal Raisig authored
The mcbm2020 trd unpacker crashed when incomplete spadic messages arrived. This was caused by a wrong setter of a bool. Which forced the unpacker to try to sort the raw message output, eventhough it was not there. This is corrected by adjusting the setter.
-
- Oct 02, 2020
-
-
Administrator authored
All unpackers are independent of the FairRoot framework, so the includes can be removed. Use the generic Logger instead of FairLogger which is meanwhile only a wrapper around the Logger.
-
- Sep 18, 2020
-
-
Add sorting of raw message output vector Add correct forwarding of eLink even/odd switch to algo Add SetIgnoreOverlaps setter to be in sync with other unpackers
-
-
- Sep 17, 2020
-
-
Add even/odd elink setter to unpacker task and algo Adjust mapping scheme for asic channels used to create paramter files
-
-
- Jul 23, 2020
-
-
Pierre-Alain Loizeau authored
mCBM 2020: in time win evt builder, reject seeds if part of reference det cluster from previous seed => This should fix the problem that in AllowOverlap mode events where cloned/split due to the cluster size when using TOF as reference => a mean cluster size of <N> in the reference detector was leading to N events for each real seed in this mode!
-
- Jul 22, 2020
-
-
Pierre-Alain Loizeau authored
-
- Jul 21, 2020
-
-
Pierre-Alain Loizeau authored
-
Pierre-Alain Loizeau authored
- Add predefined EventBuilderDetector constants for each of the typical detectors - Add interface methods taking EventBuilderDetector object as parameter - Make all other interface methods use the EventBuilderDetector one - Mark the methods using only ECbmModuleId as deprecated - Update MQ device accordingly - Disable clang-formatting in Init method of MQ device
-
Pierre-Alain Loizeau authored
-
Pierre-Alain Loizeau authored
-
Pierre-Alain Loizeau authored
mCBM 2020: make the time window event builder more generic by using internal parameter class + reformat after clang...
-
Pierre-Alain Loizeau authored
-
Pierre-Alain Loizeau authored
- auto-remove of detector from selection list if needed when setting it as reference detector (instead of simple warning) - more explicit fatal message of TsMetaData array missing - hand reformat & clang-format guards for the histograms instanciation
-