- Feb 16, 2020
-
-
Tadej Novak authored
-
- Jan 24, 2020
-
-
Soshi Tsuno authored
-
- Jan 17, 2020
-
-
Soshi Tsuno authored
-
- Jan 14, 2020
-
-
- Jan 03, 2020
-
-
scott snyder authored
- exec - print function
-
- Oct 25, 2019
-
-
- Oct 18, 2019
-
-
John Chapman authored
Set the Cardinality of ID and MS digitization Algorithms in Overlay jobs to be equal to the number of threads.
-
- Oct 16, 2019
-
-
Tulay Cuhadar Donszelmann authored
-
- Oct 14, 2019
-
-
Tulay Cuhadar Donszelmann authored
-
- Aug 04, 2019
-
-
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`.
-
- Jun 25, 2019
-
-
- Jun 11, 2019
-
-
John Chapman authored
-
- Apr 16, 2019
-
-
- Apr 12, 2019
-
-
- Mar 10, 2019
-
-
- Mar 04, 2019
-
-
- Jan 11, 2019
-
-
John Chapman authored
-
- Dec 05, 2018
-
-
Soshi Tsuno authored
Former-commit-id: 5a775ae0
-
- Nov 20, 2018
-
-
Former-commit-id: 27eaffd5
-
- Nov 04, 2018
-
-
Soshi Tsuno authored
Former-commit-id: 04d0b012
-
- Jul 20, 2018
-
-
Soshi Tsuno authored
Former-commit-id: d013975e
-
- Jul 06, 2018
-
-
Soshi Tsuno authored
Former-commit-id: d1854ec4
-
- Mar 09, 2018
-
-
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
-
- Dec 11, 2017
-
-
Toshiaki Kaji authored
This reverts commit cdf718bf [formerly 9d67f5b8]. Former-commit-id: 008b62d0
-
- Dec 08, 2017
-
- Nov 20, 2017
-
-
Soshi Tsuno authored
Former-commit-id: 1ee19443
-
- Jul 04, 2017
-
-
Tadej Novak authored
Former-commit-id: 37398d20
-
- Jul 03, 2017
-
-
Rebecca Carney authored
Former-commit-id: 166ef32d
-
- Jun 30, 2017
-
-
Rebecca Carney authored
Resolved the mmory issue (one of the containers, which would normally be cleared by going out of scope, had to be cleared manually). Still a difference in the output but I think that again this is becuase of the random number generaters. Will be debugging against old commit to check. Former-commit-id: 3ff21edc
-
- Jun 29, 2017
-
-
Rebecca Carney authored
Former-commit-id: 0a0c4caa
-
- Jun 28, 2017
-
-
Rebecca Carney authored
Although there were no differences in the file outptu of the last commit, the run-time has slowed right down. I'm going to have to start over as it's not clear from debugging where the lag is coming from. I suspect its the EnergyDepSvc. Starting from a previouys commit and combining planar and DBM. Former-commit-id: 429273c9
-
- Apr 17, 2017
-
-
Soshi Tsuno authored
Former-commit-id: d06b0088
-
- Apr 11, 2017
-
-
John Chapman authored
A new digiSteeringConf is required to configure digitization to write out SDOs linked to Geantinos when in-time Geantino pile-up truth is saved. Fixes ATLASSIM-3193 Former-commit-id: 38915bd5
-
- Mar 08, 2017
-
-
Soshi Tsuno authored
Former-commit-id: ba9523bd
-
- Mar 03, 2017
-
-
Soshi Tsuno authored
Former-commit-id: e44822c3
-
- Mar 01, 2017
-
-
John Chapman authored
Overlay jobs - see ATLASSIM-3240 The RDOCollNameSPM property had been removed in the C++, but not in the python configuration used by Overlay jobs. Former-commit-id: 02b19e3d
-
- Feb 22, 2017
-
-
Soshi Tsuno authored
* Replace ISiChargedDiodesProcessorTool with PixelProcessorTool. * Tagged as PixelDigitization-02-03-31. Former-commit-id: c5aa163f
-
- Feb 21, 2017
-
-
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
-
- Feb 15, 2017
-
-
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
-
- Jan 01, 2017
-
-
Soshi Tsuno authored
* Bug fix ATLASRECTS-3778. * Fix covarity checks. * Tagging PixelDigitization-02-03-23. Former-commit-id: a87985ee
-