- Mar 17, 2021
-
-
Pascal Raisig authored
iomanip was missing, somehow neither gcc on linux nor clangd cared for it.
-
Pascal Raisig authored
In the processing routines for empty digi branches a situation could appear, where nullptr were forwarded to unprotocted functions. Now a protection against this situation and a safety against nullptr is implemented.
-
Pascal Raisig authored
Add a setter to explicitly activate debug statements for TrdClusterFinder and HitProducer The statements are printed with LOG(info)
-
Pascal Raisig authored
Potential deactivation switch also added, see run_reco.C
-
- 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 14, 2021
-
-
Administrator authored
Add missing include statement.
-
- Mar 13, 2021
-
-
CbmBuildEventsQA: Histograms with eventbuilder performance are now produced for all present detector systems individually.
-
CbmBuildEventsQA: Added histograms to display percentage of correct digis per event and percentage of found digis per event.
-
- Mar 12, 2021
-
-
Implement code owner functionality for our CI. Code owners are identified on a directory base by a look-up file. They are notified when changes to their code included in a MR.
-
- Mar 09, 2021
-
-
- Mar 08, 2021
-
-
Fixes in mCBM 2020 Algos and MQ examples: - Remove JSROOT commands fore reset/save histos in MQ histos server and devices, as not working (need cling context!). - Add/extend support for T0 channels remapping + related plots. - Fix TOF pulser algo (logic was broken before and chain resetting the output plots). Add macro folder + MQ monitor scripts for TOF and T0.
-
- 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.
-