- Mar 04, 2021
-
-
-
Pierre-Alain Loizeau authored
-
- Mar 02, 2021
-
-
Pierre-Alain Loizeau authored
-
Pierre-Alain Loizeau authored
- New macros to determine the spill borders - Adapt unpack macros input parameters to optionally use spill related data ranges - Add in unpack_tsa_mcbm the spill border values for run 831 - Add support for optional split file indices from unpack in all macros - In mcbm_event_ana.C, do not overwrite the unpack parameter file
-
- Add task finding the spill borders with the T0 + macros - In CbmMcbm2018Source, add support for selecting TS ranges for a chosen Spill range with 3 spill borders options - Fix TS metadata calculation against corrupted MS 0 and move it to make sure it is generated even when TS range selected
-
Pierre-Alain Loizeau authored
-
Pierre-Alain Loizeau authored
-
Pierre-Alain Loizeau authored
- Move the TOF Tracking to new macro mcbm_tof_tracking.C - Add common run wrapper macro mcbm_tof_tracking_kronos.C - Add two new tests to cover tracking after each event builder (same as when in reco macro)
-
Pierre-Alain Loizeau authored
- Replace un-needed calls with default description - Synchronize time window for TOF in build_event_win.C - Synchronize parameter folder path init in mcbm_build_and_reco.C - Fix uncommented debug block in mcbm_event_reco.C
-
Pierre-Alain Loizeau authored
- always create new param root file instead of updating - TRD event window borders same in all macros - Add TOF reco blocks where missing - Fix output files names - Fix monitoring files names
-
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
-
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
Fixed time window size and minimum digi number cut for 2018 event builder in /macro/run/run_reco.C. All event builders now produce reasonable QA results.
-
Dominik Smith authored
CbmBuildEventsQA: Now obtains fraction of total digis (per detector) which were correctly assigned to events.
-
Dominik Smith authored
CbmBuildEventsQA: Instead of a single detector a list of reference detectors can now be used to match raw events to MC events.
-
Dominik Smith authored
CbmBuildEventsQA: Applied patch by P.-A. Loizeau to catch events with no digis of reference detector.
-
Dominik Smith authored
Fixed an issue whereby CbmBuildEventsQA was unable to deal with digi matches without links (noise). Added CbmBuildEventsQA to /macro/run/run_reco.C.
-
Dominik Smith authored
-
Dominik Smith authored
-
Dominik Smith authored
-
Dominik Smith authored
-
Dominik Smith authored
Updated interface of CbmBuildEventsQA class. Digis now fetched from DigiManager instead of FairRootManager.
-
Dominik Smith authored
Changed STS seed window size and minimum seed digi number for raw event builder in /macro/run/run_reco.C.
-
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
-
- Mar 01, 2021
-
-
Pascal Raisig authored
Update parameters hash to fixed trd verison see (CbmSoft/cbmroot_parameter!32)[MR32!]
-
- Feb 25, 2021
-
-
Nikolay Karpushkin authored
-
- Feb 22, 2021
-
-
- Feb 19, 2021
-
-
Administrator authored
-
Administrator authored
-
Administrator authored
The function Cbm::File::IsRootFile checks if a file with the given name exists and if this is confirmed it checks if the file is either a ROOT file or a ROOT file stored in a ZIP file. ROOT is able to handle ROOT files stored in a ZIP archive. The function returns true when the file is a ROOT file and false in any other case.
-
Administrator authored
Since the size of a single PLUTO file is very small the preferred storage solution for them is to store a large number of them in a archive. ROOT is able to handle ROOT files stored in a ZIP archive so the file handling in the class was adapted for the ZIP file usage.
-