Skip to content
Snippets Groups Projects
  1. Mar 24, 2021
    • 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
  2. Mar 23, 2021
  3. Mar 22, 2021
  4. Mar 19, 2021
  5. 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
  6. Mar 17, 2021
  7. Mar 16, 2021
  8. Mar 15, 2021
  9. Mar 14, 2021
  10. Mar 13, 2021
  11. Mar 12, 2021
  12. Mar 09, 2021
  13. Mar 08, 2021
  14. Mar 04, 2021
  15. Mar 02, 2021
Loading