Skip to content
Snippets Groups Projects
  1. Dec 16, 2021
  2. Dec 10, 2021
  3. Dec 08, 2021
  4. Dec 06, 2021
  5. 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
  6. 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
  7. Nov 29, 2021
  8. Nov 23, 2021
  9. Nov 22, 2021
  10. Nov 21, 2021
  11. Nov 19, 2021
  12. Nov 16, 2021
  13. Nov 14, 2021
  14. Nov 11, 2021
  15. Nov 05, 2021
  16. Nov 04, 2021
  17. Oct 31, 2021
    • Administrator's avatar
      Add missing library dependency · 09ce0d09
      Administrator authored and Florian Uhlig's avatar Florian Uhlig committed
      09ce0d09
    • Administrator's avatar
      Remove a circular library dependency · 9b1c7425
      Administrator authored and Florian Uhlig's avatar Florian Uhlig committed
      There was a circular dependency between Littrack and CbmRichReco. The problem
      only shows up when linking an executable.
      The dependency could be resolved by moving some of the rich code into the
      directory core/detectors/rich and splitting the littrack library into two parts.
      The first library (Littrack) contains everything beside the littrack QA classes
      and the second one (LittrackQA) contains only the QA code. Those files moved
      from reco/detectors/rich had no dependencies to reco or sim.
      9b1c7425
  18. Oct 27, 2021
  19. Oct 21, 2021
  20. Oct 18, 2021
  21. Oct 15, 2021
  22. Oct 11, 2021
  23. Sep 22, 2021
    • Administrator's avatar
      Correct license header information · bc60a0be
      Administrator authored
      All files were developed by Nikolay Karpushkin who now is listed correctly.
      bc60a0be
    • Alexandru Bercuci's avatar
      add self-trigger data manipulation · 697b59b8
      Alexandru Bercuci authored and Florian Uhlig's avatar Florian Uhlig committed
      protect against missing par files
      update steering macro for the new TRD-2D interface
      incorporate parameter calibration into the FASP read-out data
      protect the code for the case of par un-consistency (found e.g. for TRD-2Dh)
      add user interface to the Asic param set
      rename modules in the TRD setup
      extend the TRD module type index above one digit
      adding class definition to allow SPADIC info generation during unpacking
      697b59b8
Loading