Skip to content
Snippets Groups Projects
  1. Dec 17, 2021
    • Pierre-Alain Loizeau's avatar
      [MQ] First working version of the Unpack + EvtBuild + EvtSink chain in MQ · bf65d13d
      Pierre-Alain Loizeau authored and Pierre-Alain Loizeau's avatar Pierre-Alain Loizeau committed
      - Add CbmDeviceDigiEventSink class and DigiEventSink binary
      - In TsaMultiSampler, fix logic for emission of missing TS list when first missing is index 1
      - Use vector ofCbmEvents instead of TClonesArray at output of BuildDigiEvents
      - Add missing features file for Unpack-Build-Sink chain
      - Add optional output of the full digi vectors in Event Sink
      
      => Tested with first file of run 1588, missing TS probably need better handling as too many empty fields
      bf65d13d
    • Pierre-Alain Loizeau's avatar
      [MQ] Add digi event builder device (reco unpacker compat.) + related changes · 838f52db
      Pierre-Alain Loizeau authored and Pierre-Alain Loizeau's avatar Pierre-Alain Loizeau committed
      - Device using the central event builder algo in reco, with compatibility to output of the new unpack device
      - Macro using these two new devices and setting the parameter files for the mCBM July 2021 data (optimized for run 1588)
      838f52db
    • Pierre-Alain Loizeau's avatar
      [MQ] Add new algo based unpacker device + related changes · bffd070a
      Pierre-Alain Loizeau authored and Pierre-Alain Loizeau's avatar Pierre-Alain Loizeau committed
      - Split the InitUnpacker method of the UnpackConfig template into
        - InitOutput
        - RegisterOutput (Framework bound, to be replaced by method in Task class CbmRecoUnpack)
        - SetAlgo
        - initParContainer, moved to the Task Class CbmRecoUnpack
        - InitAlgo
      - Move to the template version of these methods all blocks common to all derived config classes
      - Whenever necessary, overload these methods in the derived config classes (including the common parts, no base method call)
      - Bump Config classes version number
      - Adapt the Sts Unpack algo classes to initialize the monitor classes
      - Adapt the CbmRecoUnpack
      - Adapt the CbmUnpackDevice to use the standard Unpack Config classes (compiles with full functionality but untested)
      bffd070a
    • Volker Friese's avatar
      Expand CbmTaskMakeRecoEvent to all digi types in order to enable... · 19cd9195
      Volker Friese authored
      Expand CbmTaskMakeRecoEvent to all digi types in order to enable reconstruction and analysis from files taken with mCBM.
      19cd9195
  2. Dec 16, 2021
  3. Dec 14, 2021
  4. Dec 10, 2021
  5. Dec 09, 2021
  6. Dec 08, 2021
  7. Dec 07, 2021
  8. Dec 06, 2021
  9. Dec 03, 2021
    • Pierre-Alain Loizeau's avatar
      In STS unpacker, fix bug in handling of TS_MSB cycles happening at edge of MS + cleanup · 15c78e78
      Pierre-Alain Loizeau authored
      - Replace all legacy hard-coded numerical values for the TS_MSB cycle size by a constant derived in StsXyterMessage from the data format
      - Remove deprecated special cases in the handling of the TS_MSB messages which are not present anymore in the current CRI data format
      - Do not update TS_MSB and TS_MSB cycle from the MS header when the cycle happened exactly at the end of last MS
      - Recompute the TS+MSB in TS offset from the MS heder only when changing the Cycle or the TS_MSB from the same header
      - Add static method to convert Message Type into human readable string
      - Slight improve/cleanup of debug printouts and debug levels
      
      Was leading to errors and a crash in mCBM 2021 run 1588 files node8_3_0123 and node8_5_0002
      dev_2021_49
      15c78e78
  10. Dec 01, 2021
  11. Nov 30, 2021
Loading