Skip to content
Snippets Groups Projects
  1. Feb 16, 2020
  2. Jan 24, 2020
  3. Jan 17, 2020
  4. Jan 14, 2020
  5. Jan 03, 2020
  6. Oct 25, 2019
  7. Oct 18, 2019
  8. Oct 16, 2019
  9. Oct 14, 2019
  10. 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
  11. Jun 25, 2019
  12. Jun 11, 2019
  13. Apr 16, 2019
  14. Apr 12, 2019
  15. Mar 10, 2019
  16. Mar 04, 2019
  17. Jan 11, 2019
  18. Dec 05, 2018
  19. Nov 20, 2018
  20. Nov 04, 2018
  21. Jul 20, 2018
  22. Jul 06, 2018
  23. 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: c79918fa8581545ffea4c3f5519b589f111c7d6c
      08f242c4
  24. Dec 11, 2017
  25. Dec 08, 2017
  26. Nov 20, 2017
  27. Jul 04, 2017
  28. Jul 03, 2017
  29. Jun 30, 2017
  30. Jun 29, 2017
  31. Jun 28, 2017
  32. Apr 17, 2017
  33. Apr 11, 2017
  34. Mar 08, 2017
  35. Mar 03, 2017
  36. Mar 01, 2017
  37. Feb 22, 2017
  38. Feb 21, 2017
    • Soshi Tsuno's avatar
      fix coverity defect (PixelDigitization-02-03-30) · 3de8c5a1
      Soshi Tsuno authored
        * Fix coverity defect.
      	* Tagged as PixelDigitization-02-03-30.
      
      2017-02-10  Soshi Tsuno
        * Add front-end simulation tool.
        * Delete PixelCellDiscriminator. Now this functionality is done in front-end sim tool.
      	* Tagged as PixelDigitization-02-03-29.
      
      
      Former-commit-id: e12aa8ed
      3de8c5a1
  39. Feb 15, 2017
    • Soshi Tsuno's avatar
      small bug fix and remove warnings (PixelDigitization-02-03-28) · e1b4a986
      Soshi Tsuno authored
        * Small bug fix and remove warnings.
      	* Tagged as PixelDigitization-02-03-28.
      
      2017-01-30  Soshi Tsuno
        * Recover processBunchXing method for ATLASSIM-2900.
      	* Tagged as PixelDigitization-02-03-27.
      
      2016-12-26  Soshi Tsuno
        * The PixelDigitizationTool was largely cleaned up.
        * This is the preparation step toward ver.-03-00-00.
      	* Tagged as PixelDigitization-02-03-26.
      
      2016-12-25  Soshi Tsuno
        * remove SpecialPixelGenerator.
      	* Tagged as PixelDigitization-02-03-25.
      
      2016-12-21  Soshi Tsuno
        * Use ToolHandleArray for charge simulation (SurfaceChargeTool)
        * remove SurfaceChargeTool
      	* Tagged as PixelDigitization-02-03-24.
      ...
      (Long ChangeLog diff - truncated)
      
      
      Former-commit-id: c9bf8664
      e1b4a986
  40. Jan 01, 2017
Loading