Skip to content
Snippets Groups Projects
  1. Nov 17, 2023
  2. Feb 14, 2023
  3. Jan 30, 2023
  4. Jan 26, 2023
  5. Jan 13, 2023
  6. Aug 02, 2022
    • Administrator's avatar
      Add several compiler warnings · 66f89a15
      Administrator authored
      Use struct instead of class for forward declarations if the object is defined
      as struct.
      Remove unused data members, variables and parameters.
      Remove an explicite usage of std::move to allow copy ellision.
      Correct type in printf statements.
      Add missing virtual destructor in some class.
      Fix two issues where closing braces were at the wrong place.
      66f89a15
  7. Jul 20, 2022
  8. May 06, 2022
  9. Dec 17, 2021
    • Pierre-Alain Loizeau's avatar
      [MQ] Improve FairMQ channels usage in unpack-buil-sink chain · baa426cd
      Pierre-Alain Loizeau authored and Pierre-Alain Loizeau's avatar Pierre-Alain Loizeau committed
      - Switch Sampler-Unpackers connection from Push-Pull to Rep-Req! lower sample memory usage and better load-balancing performances (first ready first served)!
      - Use single channel for all histograms exchanges (objects but also configs)... to be cross-checked as some warnings
      - In CbmMQTsSamplerRepReq, fix logic for emission of missing TS list when first missing is index 1
      - In CbmMQTsSamplerRepReq, add case of missing TS 0 to same logic (starting processing after beginning of a run)
      - In CbmMQTsSamplerRepReq, fix the stop execution when reaching max TS nb condition
      baa426cd
    • 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
  10. Oct 29, 2021
  11. Jun 08, 2021
  12. Jun 05, 2021
    • Eoin Clerkin's avatar
      Add copyright header to author declared files. · a4888728
      Eoin Clerkin authored
      Pulls some author and date information from previous headers, adds this to information from the svn and git repositories.
      Inlude the standard copyright header to approximately 2000 files with institute of original committer as copyright holder.
      Contributing authors from previous declaration and repository records.
      a4888728
  13. May 27, 2021
  14. Mar 24, 2021
    • Administrator's avatar
      Fix compiler warnings · 9e31d071
      Administrator authored and Florian Uhlig's avatar Florian Uhlig committed
      Cleanup filtering of compiler warnings for Nightly tests
      
      Remove unused variables, parameters and data members.
      Remove move statement to allow copy ellision.
      Use unsingned int in loop when comparing with size function of containers.
      Initialize all data members.
      
      Fix warning from rootcling.
      With newer root versions the parameter -c isn't supported any longer,
      so remove it.
      9e31d071
  15. Mar 08, 2021
  16. Jul 10, 2020
  17. Jul 02, 2020
    • Pierre-Alain Loizeau's avatar
      MQ: add example of the unpacking and event building chain for mCBM 2020 · e0c33ade
      Pierre-Alain Loizeau authored
      - Unpacker device running an instance of the unpacker algo of each of the participating detectors
      - Event builder device running an instance of CbmMcbm2019TimeWinEventBuilderAlgo
      - Event Sink acting as a parrallel stream aligner and merger + as a disk sink
      - Start script for a chain with a single MultiTsa source, parallel branches of Unpacker + EventBuilder, a single EventSink and an histogram server
      - Pulser monitor device (untested)
      e0c33ade
Loading