Skip to content
Snippets Groups Projects
  1. Feb 18, 2022
  2. Feb 08, 2022
  3. Feb 04, 2022
  4. Jan 21, 2022
  5. Jan 19, 2022
  6. Dec 17, 2021
  7. Dec 16, 2021
    • Pierre-Alain Loizeau's avatar
      Remove the usage of Logger in header of CbmMuchAddress · 881a6b8c
      Pierre-Alain Loizeau authored and Florian Uhlig's avatar Florian Uhlig committed
      - Move implementation of CbmMuchAddress::SetElementId to cpp file
      - Move Logger include from header to cpp
      - Add missing Logger include to CbmMuchSignal cxx file
      - Add missing Logger include to CbmAnaDimuonAnalysis cxx file (needed only for FS/FR jun19-v18.2)
      
      Induced by inclusion in DigiData of the other detectors on top of STS (needed only for FS/FR higher than FS/FR jun19-v18.2)
      881a6b8c
  8. Dec 14, 2021
  9. Dec 10, 2021
  10. Dec 08, 2021
  11. Nov 11, 2021
  12. Nov 08, 2021
  13. Nov 05, 2021
  14. Nov 01, 2021
  15. Sep 24, 2021
  16. Sep 22, 2021
  17. Sep 20, 2021
  18. Sep 17, 2021
  19. Sep 08, 2021
    • Florian Uhlig's avatar
      Correct order of link directories · 545a173b
      Florian Uhlig authored and Pierre-Alain Loizeau's avatar Pierre-Alain Loizeau committed
      Somehow (at least on some systems) the link order was such that the
      first directory was $SIMPATH/lib. This was even the case when the order was
      defined differently in the CMakeLists.txt. The problem isn't yet understood
      completely.
      
      This results in the problem that libVc.a was taken from $SIMPATH/lib
      were it is installed by ROOT/FairSoft. As long as the version provided with
      CbmRoot and the version provided by ROOT were the same the problem wasn't
      seen. When updating our internal Vc version this results in a creash when
      loading libryries due to a version mismatch between the library version and
      the header file version.
      545a173b
  20. Jul 30, 2021
    • Administrator's avatar
      Adapt code to new FairModule function · 609e5e08
      Administrator authored
      From FairRoot version v18.4.0 on the function CheckIfSensitive() of the class
      FairModule is deprecated and replaced by the function IsSensitive(). The old
      function is still available but usage results is a compilation error.
      To be able to use FairRoot v18.2.1 and newer versions both functions are
      implemented in the CbmRoot code where the old function simply forwards to the
      new one. If there is no need to support older FairRoot versions the old
      function can be simply removed from the source code.
      609e5e08
  21. Jul 13, 2021
  22. Jun 24, 2021
  23. Jun 09, 2021
    • Administrator's avatar
      Cleanup license headers · 131d9ce2
      Administrator authored
      Unify user names in the license header authors list.
      Remove duplicate users in the authors list.
      Cleanupo of some other inor issues.
      131d9ce2
  24. Jun 08, 2021
  25. 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
Loading