- May 06, 2022
-
-
Pierre-Alain Loizeau authored
-
Pierre-Alain Loizeau authored
Layers can be stations or sensors depending on the sub-system and implementation - Add maskers for Strip address and Rpc address in CbmTofAddress - Update comments and description of bit map in CbmTofAddress - Add parameter + setter + base logic for selection on minimum nb of fired layers in CbmAlgoBuildRawEvents - Add implementation of count + cut for the TOF case in CbmAlgoBuildRawEvents
-
Pierre-Alain Loizeau authored
-
Pierre-Alain Loizeau authored
+ fix histo name in RecoUnpack
-
- Feb 15, 2022
-
-
BuildRawEvents (task and algo) now filters T0 digis from the Tof stream using their address (also for QA and seed finder).
-
- Oct 05, 2021
-
-
Fix license headers in the last sub directories (base, eventbuilder and steer) of the reco directory. Add missing license headers. Add commiter if missing.
-
- Jul 30, 2021
-
-
Dominik Smith authored
Bug fix: Added missing break statement to loops in CbmAlgoBuildRawEvents::SetReferenceDetector() and CbmMcbm2019TimeWinEventBuilderAlgo::SetReferenceDetector().
-
- Apr 21, 2021
-
-
CbmAlgoBuildRawEvents: Use bool flag instead of negative TS time values to trigger reading of TS meta data from file.
-
- Mar 25, 2021
-
-
- Mar 16, 2021
-
-
Administrator authored
Add missing include statement. Properly upcast TFolder to TObject.
-
Dominik Smith authored
CbmAlgoBuildRawEvents: Added option to write histograms with diagnostic data to FairRootManager instead of separate file.
-
- Mar 15, 2021
-
-
Dominik Smith authored
CbmAlgoBuildRawEvents: Cleanup. Set histogram axes to adaptive. Removed last access to FairRootManager.
-
- Mar 02, 2021
-
-
Dominik Smith authored
-
Dominik Smith authored
-
Dominik Smith authored
CbmAlgoBuildRawEvents: Cleanup. Eliminated distinction between T0 and other detectors in CheckTriggerConditions().
-
Dominik Smith authored
-
Dominik Smith authored
-
Dominik Smith authored
-
Dominik Smith authored
-
Dominik Smith authored
Renamed Cbm2021EventBuilder to CbmBuildRawEvents. Solved naming conflicts of utility classes (removed dependency on 2019 version).
-
Dominik Smith authored
Cbm2021EventBuilder: Applied formatting. Added new classes to CbmEventBuilderLinkDef and CMakeLists. Including EOverlapMode and EventBuilderDetector from 2019 event builder for now to avoid name clash. Added option to call 2021 event builder to macro/run/run_reco.C.
-
Dominik Smith authored
-
- Feb 01, 2021
-
-
Pierre-Alain Loizeau authored
-
Pierre-Alain Loizeau authored
-
Pierre-Alain Loizeau authored
-
Pierre-Alain Loizeau authored
-
- Jan 23, 2021
-
-
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
-
- Jan 20, 2021
-
-
Remove deprecated and meanwhile unused functions.
-
- Jan 18, 2021
-
-
Pierre-Alain Loizeau authored
-
- 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
mCBM 2020: make the time window event builder more generic by using internal parameter class + reformat after clang...
-
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
-
- Jul 10, 2020
-
-
Administrator authored
Apply code formatting to all source/header files and root macros.
-
- Jul 09, 2020
-
-
Pierre-Alain Loizeau authored
* in standard event builder, fill the histo for time difference between digis * in Time Window event builder algo, improves the SetReferenceDetector method (safer and more verbose) * in both event builders, add possibility to set a maximum nb of digi cut per detector + small optimizations in trigger check * in time window event builder, remove the setters for individual min digi nb and keep only the generic one * in standard event builder, add doxygen description to max digi nb members and to Trigger condition setters * in time window event builder, add a new internal method to make trigger check more generic
-
- Jul 02, 2020
-
-
Pierre-Alain Loizeau authored
- Time window event builder: algo class CbmMcbm2019TimeWinEventBuilderAlgo + corresponding task class CbmMcbm2019TimeWinEventBuilderTask - CbmMcbm2019CheckDtInDet - CbmMcbm2019CheckTimingPairs
-