Skip to content
Snippets Groups Projects
  1. May 06, 2022
    • Pierre-Alain Loizeau's avatar
      [MQ] slightly improve DigiEventSink by copying blocks of digis instead of looping through indices · 319ffc7d
      Pierre-Alain Loizeau authored
      - Add optional method to resort indicices to the CbmEvent class, as the indices for TRD1D and 2D are added in separate steps
      - Replace the loop over the CbmEvent indices by a block copy between the first and last digi of each detector type, based
        on the assumption that we use a time-window based selection on a sorted array, therfore leading to a continuous block
        => this is known to potentially copy more digis in the TRD case due to the eventual =/= windows and offsets for 1D and 2D
      319ffc7d
    • Pierre-Alain Loizeau's avatar
      [Evt Builder] Add selection with min nb of fired layers in Digi Evt builder, TOF only for now · 92c7fd98
      Pierre-Alain Loizeau authored
      Layers can be stations or sensors depending on the sub-system and implementation
      
      - Add maskers for Strip address and Rpc address in CbmTofAddress
      - Update comments and description of bit map in CbmTofAddress
      - Add parameter + setter + base logic for selection on minimum nb of fired layers in CbmAlgoBuildRawEvents
      - Add implementation of count + cut for the TOF case in CbmAlgoBuildRawEvents
      92c7fd98
  2. May 05, 2022
  3. May 03, 2022
  4. May 02, 2022
  5. Apr 27, 2022
  6. Apr 06, 2022
  7. Apr 04, 2022
  8. Mar 29, 2022
  9. Mar 24, 2022
  10. Mar 23, 2022
  11. Mar 11, 2022
  12. Mar 10, 2022
  13. Mar 08, 2022
  14. Mar 02, 2022
  15. Mar 01, 2022
  16. Feb 04, 2022
  17. Jan 27, 2022
  18. Jan 25, 2022
  19. Dec 20, 2021
  20. Dec 17, 2021
    • Volker Friese's avatar
      Correct CbmDaq to provide the proper MC event list. Prevent tree access modes... · 96f82110
      Volker Friese authored and Florian Uhlig's avatar Florian Uhlig committed
      Correct CbmDaq to provide the proper MC event list. Prevent tree access modes kRepeat and kRandom for the time being.
      96f82110
    • 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
  21. Dec 16, 2021
Loading