Skip to content
Snippets Groups Projects
  1. Jul 14, 2020
  2. Apr 22, 2020
  3. Mar 30, 2020
  4. Mar 27, 2020
  5. Mar 18, 2020
  6. Feb 24, 2020
    • John Chapman's avatar
      Force McEventCollection merging to run before ID and Muon Digi in MT Overlay · 07d0fadc
      John Chapman authored
      The hard-scatter and background `McEventCollection` objects are merged in Overlay jobs.
      This merging has to occur before the collection is accessed via the `HepMcParticleLink`
      objects owned by ID and Muon SimHits. As the dependency is not explicit it is not picked
      up by the MT scheduler. Therefore the dependency has to be added manually to affected Algorithms.
      This is the same fix as !30525, but for the old-style rather than CA-based configuration.
      07d0fadc
  7. Feb 19, 2020
  8. Feb 16, 2020
  9. Jan 24, 2020
  10. Jan 17, 2020
  11. Jan 14, 2020
  12. Jan 03, 2020
  13. Oct 25, 2019
  14. Oct 18, 2019
  15. Oct 16, 2019
  16. Oct 14, 2019
  17. 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
  18. Jun 25, 2019
  19. Jun 11, 2019
  20. Apr 16, 2019
  21. Apr 12, 2019
  22. Mar 10, 2019
  23. Mar 04, 2019
  24. Jan 11, 2019
  25. Dec 05, 2018
  26. Nov 20, 2018
  27. Nov 04, 2018
  28. Jul 20, 2018
  29. Jul 06, 2018
  30. Mar 09, 2018
    • Jochen Meyer's avatar
      extract common geometry config from InDetGMJobProperties · 08f242c4
      Jochen Meyer authored
      The common geometry configuration stored in the Oracle table
      "AtlasCommon" can only be accessed via InDetGMJobProperties as it
      is implemented as properties of GeometryFlags which is member of
      InDetGMFlags. Because the properties are (mostly) general (like
      the run period) they should not be part of the ID only, but really
      "common". It is already bad enough that the only specific field
      in the table is called "STRIPGEOTYPE" ... On top, it turned out
      that InDetGMJobProperties.py and LArGMJobProperties.py are quite
      carbon copies of each other. These flaws are addressed in the
      implementation of CommonGMJobProperties.py which provides access
      to the common properties. Secondly it serves as base-class for the
      classes in InDetGMJobProperties.py/LArGMJobProperties.py to reduce
      code duplication. The modification is purely technical and should
      not change anything. It passes the Tier0 tests. All clients should
      be adjusted, but it was not possible to find test jobs for all of
      them.
      
      
      Former-commit-id: c79918fa
      08f242c4
  31. Dec 11, 2017
  32. Dec 08, 2017
  33. Nov 20, 2017
  34. Jul 04, 2017
  35. Jul 03, 2017
  36. Jun 30, 2017
  37. Jun 29, 2017
  38. Jun 28, 2017
  39. Apr 17, 2017
  40. Apr 11, 2017
Loading