Skip to content
Snippets Groups Projects
  1. Mar 18, 2025
  2. Mar 13, 2025
  3. Oct 24, 2024
  4. Sep 27, 2024
    • Pierre-Alain Loizeau's avatar
      [BugFix] Add [KfCore/CaCore/Algo]Offline libraries to remove feed down of... · 7095bcdc
      Pierre-Alain Loizeau authored
      [BugFix] Add [KfCore/CaCore/Algo]Offline libraries to remove feed down of NO_ROOT flag to libraries in reco folder
      
      - Build AlgoOffline library only if not in CBM_ONLINE_STANDALONE (aka not online container mode)
      - Build [Ca/Kf]CoreOffline libs only if not in CBM_ONLINE_STANDALONE (aka not online container mode)
      - Use AlgoOffline as dep for libs CbmSimDigitizationSteer CbmAtConverterSteer CbmRecoOfflineSteer
      7095bcdc
  5. Jul 09, 2024
  6. Jun 13, 2024
  7. Apr 23, 2024
  8. Feb 22, 2024
    • Radim Dvorak's avatar
      Fix MC matching of FsdHits · 946233ba
      Radim Dvorak authored and Florian Uhlig's avatar Florian Uhlig committed
      The current implementation works only for event-by-event based digitisation and reconstruction. When running time based the results will be definitely wrong.
      
      Closes #3195
      946233ba
  9. Feb 08, 2024
  10. Feb 06, 2024
  11. Jan 08, 2024
  12. Dec 21, 2023
  13. Dec 18, 2023
    • Frederic Julian Linz's avatar
      Updates to offline reco and at converter binaries · e78ea917
      Frederic Julian Linz authored and Florian Uhlig's avatar Florian Uhlig committed
      This MR introduced minor updates to the cbmreco_offline and cbm_atconverter binary: 
      - colored log ouput 
      - forward declaration of classes in header files 
      - new function to get cbmsim tree from file 
      - use consistently "firstTs" and "numTS" to set start event and number of processed events, respectively -STS track matching
      e78ea917
  14. Dec 07, 2023
  15. Nov 27, 2023
  16. Nov 17, 2023
  17. Nov 02, 2023
  18. Nov 01, 2023
  19. Aug 30, 2023
    • Oleksii Lubynets's avatar
      AT converter: remove obsolete code · 7256ff10
      Oleksii Lubynets authored and Florian Uhlig's avatar Florian Uhlig committed
      MC-true pdg code field was removed from VtxTracks branch long back in time.
      This information is available via AT::Matching. 
      The commented piece of code and empty (filled with zeros) field mc_pdg still remained
      which was fixed with this MR.
      7256ff10
  20. Jul 17, 2023
  21. May 24, 2023
  22. Feb 20, 2023
  23. Dec 14, 2022
  24. Dec 08, 2022
  25. Nov 18, 2022
    • Administrator's avatar
      Prepare for FairRoot v18.8 · e55f8bf2
      Administrator authored
      Add missing include statements and forward declarations.
      In FairRoot a serious cleanup of include statements was done which needs fixes
      in our code base.
      e55f8bf2
  26. Nov 08, 2022
  27. Nov 01, 2022
    • Administrator's avatar
      Implement proper dependencies · 4ca28621
      Administrator authored and Florian Uhlig's avatar Florian Uhlig committed
      With the change to the CMake targets the dependency tree was broken. The
      generation of the ROOT dictionary is now a target on its own which did not
      depend on anything except the header files needed for the specific library.
      Some of these header files include other header files from the external
      libraries. The problem was that now it became possible that the dictionary
      generation started before the external header files were available.
      
      Add explicit dependencies from these dictionaries to the external libraries.
      4ca28621
    • Omveer Singh's avatar
      Transition to Modern CMake (analysis Dir) · c2a3a573
      Omveer Singh authored and Florian Uhlig's avatar Florian Uhlig committed
          CMakeList.txt files are modified according to modern CMake.
          generate_cbm_library() macro is used to make target.
          Imported targets of each package are used as dependencies.
      c2a3a573
  28. Sep 15, 2022
  29. Sep 06, 2022
    • Administrator's avatar
      Fix a runtime problem on arm64 · dacd0263
      Administrator authored
      When compiling one of the test macros the compilation crashed. The reson was
      a problem with the generated dictionary. The problem could be solved by
      removing an include statement from the header file.
      dacd0263
  30. Aug 02, 2022
    • Administrator's avatar
      Hide warnings from external packages · 07600838
      Administrator authored
      Warnings from included header files which are outside of the scope of our code
      base are not interesting when building CbmRoot. Definde those external include
      directories as system include directories such that the compiler hide those
      warnings automatically.
      07600838
    • 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
  31. Aug 01, 2022
  32. Jun 14, 2022
Loading