Skip to content
Snippets Groups Projects
  1. Nov 11, 2022
  2. Nov 10, 2022
    • Volker Friese's avatar
      Introduce T-ZERO digitizer (Refs #2630) · 8adfa6a2
      Volker Friese authored and Florian Uhlig's avatar Florian Uhlig committed
      8adfa6a2
    • Administrator's avatar
      Cleanup unit tests in core/data and algo · 7522240d
      Administrator authored
      7522240d
    • Omveer Singh's avatar
      !1006 commit modifications · 58b26fd1
      Omveer Singh authored and Omveer_Singh's avatar Omveer_Singh committed
      MQ/monitor/CMakeLists.txt: Boost added as dependency
      algo/data/CMakeLists.txt: modified in Modern CMake
      algo/test/CMakeLists: modified in Modern CMake
      core/data/test/global/CMakeLists.txt: Unnecessary dependencies removed and added required dependencies
      core/data/test/psd/CMakeLists.txt: Unnecessary dependencies removed
      core/detectors/trd/CMakeLists.txt: TMVA dependency change to ROOT::TMVA
      58b26fd1
    • Omveer Singh's avatar
      Transition to Modern CMake · a63e8459
      Omveer Singh authored and Omveer_Singh's avatar Omveer_Singh committed
      Gtest and GtestMain Target created which depend on GTEST target
      
      Remaining files which haven't been changed in modern cmake.
       MQ/monitor : Transition in Modern CMake
       core/data/test: Transition to Modern CMake
       reco/qa: Transition to Modern CMake
       tutorial/TaskToAlgo: Transition to modern CMake
      a63e8459
  3. Oct 04, 2022
    • Omveer's avatar
      Transition from old to modern CMake · f86667e9
      Omveer authored
      unnecessary commands removed which oprated a directory level.
      like include_directories() link_directories()
      Now operating on the target directory using target_include_directories()
      target_link_libraries() commands.
      generating library target using generate_cbm_library() macro provided by us.
      f86667e9
    • Omveer's avatar
      Renamed based on Target CbmData · 8a96ed2d
      Omveer authored
      8a96ed2d
  4. 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
  5. 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
  6. Jul 27, 2022
  7. Jun 10, 2022
  8. Jun 02, 2022
  9. May 27, 2022
  10. May 06, 2022
  11. May 05, 2022
  12. 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
  13. Mar 29, 2022
  14. Mar 11, 2022
  15. Mar 02, 2022
  16. Mar 01, 2022
  17. Jan 27, 2022
  18. Dec 20, 2021
  19. 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
  20. Dec 16, 2021
Loading