Skip to content
Snippets Groups Projects
  1. Jul 28, 2022
    • Administrator's avatar
      Fix schema evolution · a93dafb5
      Administrator authored
      With commit 892f01a1 from 23.03.22 the layout
      of the data class CbmTsEventHeader was changed by adding a new data member. At
      that time it was forgotten to also increase the version number. This commit
      increases the version number and corrects the issue.
      a93dafb5
  2. Jul 27, 2022
  3. Jun 10, 2022
  4. Jun 02, 2022
  5. May 27, 2022
  6. May 06, 2022
  7. May 05, 2022
  8. May 03, 2022
    • Pierre-Alain Loizeau's avatar
      Unpacking: add BMon unpacking based on TOF one + BMon/TOF monitoring · 59dad30e
      Pierre-Alain Loizeau authored
      - Update Mcbm2018TofPar to map the 2022 BMon diamond
      - Update Mcbm2018TofPar to map the new TOF modules for the 2022 iron beams (run 2100 onward)
      - Add a BmonUnpackConfig class setting up the TOF unpacker to BMon mode
      - Add a TofUnpackMonitor class providing monitoring plots for TOF and BMon unpacking
      - Integrate this one in the TOF unpack algo
      - Fix incomplete switching for the 2021 epoch hack in the TOF unpack Algo
      - Add Bmon in the sterring RecoUnpack task
      - Add a monitoring only mode to the RecoUnpack task were data is neither time sorted nor written to disk
      - Add BMon in the unpacking macros
      - Add the TOF monitor(s) to the unpacking macros
      - Add BMon only unpacking macros for fast beam monitoring (especially for beam tuning)
      - Add parameter files for TOF and BMon in the 2022 campaign
      59dad30e
  9. Mar 29, 2022
  10. Mar 11, 2022
  11. Mar 02, 2022
  12. Mar 01, 2022
  13. Jan 27, 2022
  14. Dec 20, 2021
  15. Dec 17, 2021
    • 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
  16. Dec 16, 2021
  17. Dec 10, 2021
  18. Dec 06, 2021
  19. 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
  20. Nov 30, 2021
    • Pascal Raisig's avatar
      Fix TRD digi time resolution of real data. · ab0f53f5
      Pascal Raisig authored
      Due to some missed casting to double values, the UTC time stored in the CbmTrdRawMessageSpadic lost precision.
      Now we also only store the time relative to the Timeslice in the 2021+ unpacker, such that a double is large enough to store the full information.
      ab0f53f5
  21. Nov 29, 2021
  22. Nov 22, 2021
  23. Nov 16, 2021
Loading