- Jul 20, 2022
-
-
Pierre-Alain Loizeau authored
- Fix to the performance plots of the DigiEventSink by changing the logic to Profile or new counts addition - Add option for DigiEvent I/O between builders and Sink
-
Pierre-Alain Loizeau authored
- Evolution of the full TS buffer size as function of device runtime - Evolution of the missed TS buffer size as function of device runtime - Evolution of the Processed full TS count as function of device runtime - Evolution of the Processed missing TS count as function of device runtime - Evolution of the Total processed TS count as function of device runtime - Evolution of the Processed events count as function of device runtime
-
Pierre-Alain Loizeau authored
-
Pierre-Alain Loizeau authored
[MQ] in DigiEventSink, add flag to control Missing TS empty writing if consecutive check is ON, false by default
-
Pierre-Alain Loizeau authored
- The check for consecutive TS indices was still called when receiving Missing TS Data messages even if the bypass flag was set => Surround the call with proper if condition - The range when taking the digis data out of the unpacked timeslice to the DigiEvent was missing the last digi for all detectors => Increment the stop iterator to make sure it is included - In rare case, the device can be pulled down before the Init method is called/finished, which led to a segfault => add an InitDone flag + use it to control delete operations in the destructor
-
Pierre-Alain Loizeau authored
-
Pierre-Alain Loizeau authored
- Bring in new mapping setter from 819c026f - More Default time offsets values based on RunId, Nickel ones are relative to BMon instead of TOF
-
- Jul 18, 2022
-
-
Pierre-Alain Loizeau authored
-
Pierre-Alain Loizeau authored
- Add option to skip the emission of the built events (and unpacked TS) on the ZMQ output - Fix wrong type for the MaxNb parameter (signed as default is -1) - Fix potential segfaults in destructor
-
Pierre-Alain Loizeau authored
- Add BMon Unpack/Monitor device - Add possibility to request from the source the start time of the first TS
-
Pierre-Alain Loizeau authored
- In CbmDeviceUnpackTofCri, get the TS start time directly from the timeslice and pass it to the BuildInt method, instead of some roundabout way with the algo - In CbmDeviceUnpackTofCri, use the native pointer interface of the Algo to set the parameter pointer, brings more checks + avoid exposing internal methods
-
-
Pierre-Alain Loizeau authored
-
Pierre-Alain Loizeau authored
-
Includes fix to licence headers in reco, ana and plotting macros from NH version 1. Name collision with pl_eff_XY.C ```macro/beamtime/pl_Eff_XY.C <= renamed to pl_Eff_XY_1.C by FLorian one year ago``` 2. Beamtime folder ``` macro/beamtime/kine.C <= New file + HEADER macro/beamtime/pl_cmp_2D.C <= New file + HEADER macro/beamtime/shift_hst.C <= New file + HEADER ``` 3. mCBM 2021 folder ``` macro/beamtime/mcbm2021/MonitorTof.C <= + HEADER macro/beamtime/mcbm2021/ana_trks_eval.C <= -doxygen in HEADER macro/beamtime/mcbm2021/ini_AnaTestbeam.C <= New file -doxygen HEADER + HEADER macro/beamtime/mcbm2021/ini_Clusterizer.C <= New file + HEADER macro/beamtime/mcbm2021/pl_all_2D.C <= -doxygen HEADER + HEADER macro/beamtime/mcbm2021/pl_all_CluRateRatio.C <= New file -doxygen HEADER + HEADER macro/beamtime/mcbm2021/pl_all_Sel2D.C <= -doxygen HEADER + HEADER ```
-
Pierre-Alain Loizeau authored
-
Pierre-Alain Loizeau authored
- CheckTiming macro for comparison of events VS acc signals - Update defaults for nickel runs + lustre in SIS18 timing events macros
-
Pierre-Alain Loizeau authored
-
-
-
Pierre-Alain Loizeau authored
- add auto-selection of nickel 2022 setup base on run ID (needed for proper TRD2D parameter file) - Fix automatic setup choice from runId in unpack macros (was always broken) - set Nickel offset values to NH ones
-
-
-
-
Pierre-Alain Loizeau authored
- Add TOF parameter files for Nickel runs (for now identical to iron and uranium ones) - Add flag to switch between TOF parameter files including or not BMon (for now only for Fe and Ni runs) - Same flag disables the BMon unpacker if true - Add MUCH parameter files for Ni runs due to remapping of electronics (for now copy of Ni ones) - Add switching between these files depending on run ID
-
Pierre-Alain Loizeau authored
- Fix comp order in param file to avoid needing a channel remapping 16ch Diam - Set spill thr for corresponding runs in BMon unp macros (monitors)
-
Includes follow-up patches (squashed): - rename inner variables, fix backward compatibility, in run unpack macros - fix FASP mapping in run unpack macros
-
Pierre-Alain Loizeau authored
-
-
-
-
-
-
-
-
Pierre-Alain Loizeau authored
-
-
-
Pierre-Alain Loizeau authored
- Fix mapping range for 2022 BMon in Tof Parameter class (16ch assumption instead of 2x8) - Disable Digi output in the online Bmon unp macro (pure monitor) - Fix SysId used to switch filling of BMon Error plots in unpacking Algo - Add accessor for the monitor pointer in TOF unpack config class - Add possibility to remap up to 16 channels in TOF unpack monitor class - Add possibility to disable the internal HttpServer in TOF unpack monitor class (later needed for MQ)
-
Pierre-Alain Loizeau authored
-