Skip to content
Snippets Groups Projects
  1. Apr 27, 2021
  2. Apr 23, 2021
  3. Apr 21, 2021
  4. Apr 01, 2021
  5. Mar 30, 2021
  6. Mar 29, 2021
  7. 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
    • Pierre-Alain Loizeau's avatar
      Fix ordering of TOF digis and digi to point matches vectors · 44d82298
      Pierre-Alain Loizeau authored
      - Add updated MC point matches to output of CbmEventClusterizer
      - Add support for new "calibrated" vectors in MatchRecoToMc (no support for TClonesArray!)
      - Adapt vectors/arrays names in FairRoot manager
      - Adapt consummer classes to new names
      
      Based on commit b1962019 by n.herrmann
      44d82298
    • Administrator's avatar
      Fix usage of OpenMP on macosx · bb84a71d
      Administrator authored and Florian Uhlig's avatar Florian Uhlig committed
      On macosx one needs a openmp installation which does not come with the system,
      at least the omp.h header file is missing. brew has a package libomp which
      installs the header and a library. Both are found by the cmake module
      FindOpenMP and properly used during the compilation and linking.
      In themoment there is still a runtime error when executing the L1 tracking
      with OpenMP support on macosx, so switch off OpenMP for the time being.
      The problem is investigated already. refs #2028.
      
      Cleanup OpenMP handling in the build system. Move check for OpenMP to top
      level. Remove OpenMP usage from all libs were it is not needed.
      bb84a71d
  8. Mar 09, 2021
  9. Feb 08, 2021
  10. Jan 21, 2021
  11. Jan 20, 2021
  12. Dec 10, 2020
  13. Dec 02, 2020
  14. Nov 30, 2020
  15. Nov 25, 2020
  16. Oct 20, 2020
  17. Sep 25, 2020
  18. Aug 20, 2020
  19. Jul 10, 2020
  20. Jun 03, 2020
Loading