- Mar 19, 2021
-
-
Eoin Clerkin authored
-
Eoin Clerkin authored
-
Eoin Clerkin authored
Reverts the geometry repo back to official with updated tag.
-
Eoin Clerkin authored
-
Eoin Clerkin authored
Reverts to old MVD geometry.
-
Eoin Clerkin authored
-
Eoin Clerkin authored
Temporaily uses eclerkin's geometry and parameter repo for error reproduction.
-
Eoin Clerkin authored
Uses eclerkin geometry repo temporarily.
-
Uses recommended subsystem versions in the default setup files.
-
Administrator authored
Norbert pointed out that tof_v20a has to be treated as geometry type v21a. This is corrected with this commit.
-
- Mar 18, 2021
-
-
Administrator authored
Don't use tof digi parameter file any longer in the digitization step. The needed information is meanwhile taken from the TGeoManager. Initialize tof geometry parameters in the simple clusterizer from the TGeoManager, as it is already done in the event clusterizer and the digitizer. Add a special case in the TofGeoManager for the tof_v20a geometry. The geometry has to be treated as v14a.
-
- 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
-