Skip to content
Snippets Groups Projects
  1. Apr 16, 2021
  2. Apr 15, 2021
  3. Apr 01, 2021
  4. Mar 31, 2021
    • Administrator's avatar
      Apply clang-format · c43cb3b3
      Administrator authored and Florian Uhlig's avatar Florian Uhlig committed
      c43cb3b3
    • Administrator's avatar
      Set random seed when running a simulation · ff6717fe
      Administrator authored and Florian Uhlig's avatar Florian Uhlig committed
      Up to now the ROOT random number generator was always initialised with the
      same default value. In some cases this gives strange results when doing
      large scale simulations with several jobs.
      To solve the problem TRandom is now initialised with the value 0 which uses a
      seed value based on the system time with a granularity of 100ns.
      This granularity should be good enough to have different seed values even if
      several jobs start a similar times on the batch farm.
      A setter was added to allow to set the seed value explicitly from a macro,
      refs #1395, #2066
      ff6717fe
    • Administrator's avatar
      tof: Add gFile + gDirectory protection · fc8ed615
      Administrator authored and Florian Uhlig's avatar Florian Uhlig committed
      fc8ed615
  5. Mar 29, 2021
  6. Mar 26, 2021
  7. 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
  8. Mar 22, 2021
  9. 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
  10. Mar 04, 2021
  11. Feb 19, 2021
  12. Feb 12, 2021
  13. Feb 10, 2021
  14. Feb 08, 2021
  15. Jan 20, 2021
  16. Dec 10, 2020
  17. Dec 04, 2020
  18. Dec 01, 2020
  19. Nov 22, 2020
  20. Nov 18, 2020
  21. Nov 17, 2020
  22. Nov 16, 2020
  23. Nov 08, 2020
  24. Nov 07, 2020
  25. Nov 04, 2020
Loading