- Mar 04, 2022
-
-
Dominik Smith authored
CbmSeedFinderSlidingWindow: Fixed issue whereby seed finder still required digi input to be present in ideal mode.
-
- Feb 28, 2022
-
-
CbmSeedFinderSlidingWindow now has an ideal mode'', in which seed times are copied directly from MC events and no additional algorithm is run. Filtering the input by file ID is also supported.
-
- Feb 15, 2022
-
-
BuildRawEvents (task and algo) now filters T0 digis from the Tof stream using their address (also for QA and seed finder).
-
-
-
-
- Sep 15, 2021
-
-
- Sep 06, 2021
-
-
Bugfix: Replaced ECbmModuleId::kHodo by ECbmModuleId::kT0 in CbmTaskBuildRawEvents and CbmEvbuildRawTask.
-
- Apr 21, 2021
-
-
- 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
CbmTaskBuildRawEvents: Implemented a simple seed finder which takes digi timestamps from a given list of detectors and compiles them into a sorted list of seed times. Works as input for CbmAlgoBuildRawEvents.
-
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
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
-