Skip to content
Snippets Groups Projects
  1. Nov 10, 2022
    • 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
  2. Nov 08, 2022
    • Administrator's avatar
      Move rich local reconstruction code · 5a0b86b0
      Administrator authored
      There were rich ring finders in the L1 code base which were compiled and linked
      into libL1. With the change in the build system this results in a circular
      dependency between the L1 and CbmRichReco libraries which was resolved by
      removing the classes from compilation.
      With this commit the classes are moved from the L1 code base into the rich
      reconstruction code base.
      5a0b86b0
    • Administrator's avatar
      Use Logger instead of FairLogger · 6e12722f
      Administrator authored
      6e12722f
  3. Nov 02, 2022
  4. Nov 01, 2022
  5. Oct 24, 2022
    • Omveer's avatar
      Move to Modern CMake(Reco Dir) · 799b017a
      Omveer authored
      Files moved to NO_DICT_SRC:
      L1Algo/L1Event.cxx
      L1Algo/L1EventMatch.cxx
      
      Files are commented for time being in L1 target:
      OffLineInterface/CbmL1RichENNRingFinder.cxx
      OffLineInterface/CbmL1RichENNRingFinderParallel.cxx
      
      xpu git tag version modified
      Vc package finding moved to top level CMakeLists.txt
      799b017a
  6. Sep 26, 2022
  7. Sep 21, 2022
  8. Sep 15, 2022
  9. Sep 06, 2022
  10. Sep 01, 2022
  11. Aug 30, 2022
  12. Aug 19, 2022
  13. 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
  14. Jul 27, 2022
  15. Jul 25, 2022
  16. Jul 21, 2022
  17. Jul 20, 2022
  18. Jul 18, 2022
  19. Jul 14, 2022
Loading