Skip to content
Snippets Groups Projects
  1. Mar 06, 2025
  2. Nov 14, 2024
  3. Dec 12, 2023
  4. Jul 06, 2023
  5. Jun 13, 2023
  6. Jan 26, 2023
  7. Jan 25, 2023
  8. Jan 13, 2023
  9. Jul 18, 2022
  10. Jul 14, 2022
    • Pierre-Alain Loizeau's avatar
      [Evt Builder] Restore and expand support for T0 digis in TOF vector · 3237800a
      Pierre-Alain Loizeau authored
      - Change masking in Algo from full address to detector type
      - Due to this, introduce in Algo implementation file a templated function to get the type if TofDigi or 0 instead
      - Add support for using T0 as reference even if stored in TOF data (only in Algo, not in Task!)
      - Add support for using T0 as trigger check detector even if stored in TOF data (only in Algo, not in Task!)
      - Replace hard-coded constant in Algo with members + setters in both Algo and Task
      3237800a
  11. May 06, 2022
  12. May 05, 2022
    • Vikas Singhal's avatar
      Add MUCH unpacking · 892f01a1
      Vikas Singhal authored and Pierre-Alain Loizeau's avatar Pierre-Alain Loizeau committed
      - Add MUCH unpacker algo/config and monitoring classes in the current scheme
      - Add new unpacking parameter class
      * Separate the parameter files for the 2022 monitor and the 2022 unpacking
      - Add MUCH in RecoUnpack
      - Add MUCH in run_unpack_tsa and run_unpack_online macros
      892f01a1
  13. 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
  14. 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
  15. Oct 05, 2021
  16. Sep 21, 2021
  17. Sep 16, 2021
  18. Aug 05, 2021
    • Pascal Raisig's avatar
      Fix digi counting in event header · eae56b23
      Pascal Raisig authored
      Before this fix only the number of digis of the last component of a subsystem endet up in the counter of the event header. Now an Add function is used and the counters a resetted at the beginning of each timeslice.
      eae56b23
  19. Aug 03, 2021
  20. Jul 27, 2021
    • Pascal Raisig's avatar
      Add cpu and wall time measurement per algo · 67e8baa5
      Pascal Raisig authored and Florian Uhlig's avatar Florian Uhlig committed
      This commit adds the measurement of the cpu and wall time to the unpacking algo template/CbmRecoUnpack::unpack function.
      The values are printed add the end of the run and stored additionally in an output histogram.
      67e8baa5
  21. Jul 22, 2021
  22. Jul 13, 2021
Loading