Skip to content
Snippets Groups Projects
  1. Jun 30, 2020
  2. Jun 16, 2020
  3. Jun 15, 2020
    • Zach Marshall's avatar
      Updating reference for PROC Tier0 tests · 470c649a
      Zach Marshall authored
      This test changes the random numbers used by the frozen shower libraries
      package. It therefore violates strict tier0 policy, but should not
      change the output beyond statistical fluctuations. Updating the
      reference, which has been added to cvmfs.
      470c649a
  4. Jun 09, 2020
  5. Apr 28, 2020
  6. Apr 07, 2020
  7. Mar 25, 2020
  8. Mar 18, 2020
  9. Mar 02, 2020
  10. Feb 17, 2020
  11. Jan 31, 2020
  12. Jan 15, 2020
  13. Dec 09, 2019
  14. Nov 19, 2019
  15. Nov 08, 2019
  16. Oct 29, 2019
  17. Oct 23, 2019
  18. Oct 19, 2019
  19. Oct 03, 2019
  20. Sep 20, 2019
  21. Aug 20, 2019
  22. Aug 04, 2019
    • John Derek Chapman's avatar
      Make PixelDigitization respond to digitizationFlags.doInDetNoise · 74e8a3a6
      John Derek Chapman authored and Walter Lampl's avatar Walter Lampl committed
      This commit adds an `m_doNoise` configurable property to the
      `FrontEndSimTool` base class. This is used to determine whether
      or not the `ThermalNoise(...)` and `RandomNoise(...)` functions
      should be called in the derived classes. This should replicate
      the behaviour in `21.0` where the `PixelNoisyCellGenerator` is
      only used when `digitizationFlags.doInDetNoise()==True`.
      74e8a3a6
  23. Jul 12, 2019
  24. Jun 14, 2019
  25. Jun 03, 2019
  26. May 22, 2019
  27. Apr 19, 2019
  28. Apr 18, 2019
    • John Chapman's avatar
      Update reference file for SimulationTier0Test_required-test in master · b959ba78
      John Chapman authored
      After !22635 updated AthSimulation to use LCG_95 the various changes
      in external versions that this brought in meant that a new reference
      file for `SimulationTier0Test_required-test` was required. This
      commit updates the reference file to `v5` and so should fix the failing
      tests in the master,AthSimulation CI pipeline.
      b959ba78
  29. Apr 16, 2019
  30. Apr 05, 2019
    • John Derek Chapman's avatar
      Remove usage of thread-unsafe random number serivce from TRT_PAI_Process · 4f832669
      John Derek Chapman authored and Walter Lampl's avatar Walter Lampl committed
      This commit removes the usage of `IAtRndmGenSvc` from `TRT_PAI_Process`
      and instead passes a pointer to a `CLHEP::HepRandomEngine` as a method
      arguement when required.
      
      `TRTDigitizationTool` and `TRTProcessingOfStraw` modified to create
      a `CLHEP::HepRandomEngine` and pass it along to `TRT_PAI_Process`.
      
      These changes are a necessary step towards reproducible digitization
      output between single-threaded and multi-threaded jobs. The digitization
      and overlay output will change due to this commit as the random number
      seeding will be slightly different.
      4f832669
  31. Mar 28, 2019
    • John Chapman's avatar
      Update SimulationTier0Test reference file for master (ATLINFR-2986) · 70759030
      John Chapman authored
      Sometime on 22nd March the output of the `SimulationTier0Test` in
      ~master changed. So far we haven't been able to match this to a
      specific commit. While we figure out what happened this merge
      request updates the master branch to use a new reference file
      where produced using `master,slc6,gcc8,AthSimulation,r2019-03-27T1956`.
      This should fix the failing CI tests.
      70759030
  32. Mar 20, 2019
  33. Mar 08, 2019
  34. Mar 07, 2019
  35. Mar 04, 2019
  36. Mar 01, 2019
  37. Feb 27, 2019
  38. Feb 25, 2019
  39. Feb 23, 2019
Loading