Skip to content
Snippets Groups Projects
  1. Mar 26, 2021
  2. Mar 24, 2021
    • Administrator's avatar
      psd: Add gFile + gDirectory protection · 4bc9f11c
      Administrator authored and Florian Uhlig's avatar Florian Uhlig committed
      4bc9f11c
    • 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
  3. Mar 22, 2021
  4. Mar 18, 2021
    • Administrator's avatar
      Prepare TOF code for new geometry tof_v20a · 9febf709
      Administrator authored
      Don't use tof digi parameter file any longer in the digitization step.
      The needed information is meanwhile taken from the TGeoManager.
      
      Initialize tof geometry parameters in the simple clusterizer from the
      TGeoManager, as it is already done in the event clusterizer and the digitizer.
      
      Add a special case in the TofGeoManager for the tof_v20a geometry.
      The geometry has to be treated as v14a.
      9febf709
  5. Mar 04, 2021
  6. Feb 19, 2021
  7. Feb 12, 2021
  8. Feb 10, 2021
  9. Feb 08, 2021
  10. Jan 20, 2021
  11. Dec 10, 2020
  12. Dec 04, 2020
  13. Dec 01, 2020
  14. Nov 22, 2020
  15. Nov 18, 2020
  16. Nov 17, 2020
  17. Nov 16, 2020
  18. Nov 08, 2020
  19. Nov 07, 2020
  20. Nov 04, 2020
  21. Nov 03, 2020
  22. Oct 30, 2020
  23. Oct 21, 2020
  24. Oct 12, 2020
Loading