- 21 Feb, 2020 1 commit
-
-
Tadej Novak authored
-
- 24 Jan, 2020 1 commit
-
-
Soshi Tsuno authored
-
- 05 Sep, 2019 1 commit
-
-
Remove PixelDetectorManager from FastSiDigitization and PixelDigitization packages (ATLASRECTS-5078)
-
- 11 Jun, 2019 1 commit
-
-
John Chapman authored
-
- 29 May, 2019 1 commit
-
-
John Chapman authored
-
- 27 May, 2019 1 commit
-
-
John Chapman authored
-
- 21 May, 2019 1 commit
-
-
Remove the property from derived classes.
-
- 09 Apr, 2019 1 commit
-
-
John Chapman authored
-
- 04 Mar, 2019 1 commit
-
-
Rupert Tombs authored
-
- 11 Jan, 2019 1 commit
-
-
John Chapman authored
-
- 13 Aug, 2018 1 commit
-
-
Former-commit-id: 3d995d8b
-
- 20 Jul, 2018 1 commit
-
-
charles leggett authored
The Gaudi PluginSvc has been refactored and modernizes. See gaudi/Gaudi!709 As well as some changes to macros that directly call on certain features of the PluginSvc itself, other code that has been impacted is as follows: - destructors of Converters must be public - template arguments of ServiceHandles and ToolHandles cannot always be forward defined and the associated header files may need to be explicitly included Former-commit-id: 83042516
-
- 06 Feb, 2018 1 commit
-
-
Soshi Tsuno authored
- InnerDetector/InDetDigitization/PixelDigitization/ Former-commit-id: 0a301405
-
- 09 Jan, 2018 1 commit
-
- 13 Dec, 2017 1 commit
-
- 11 Dec, 2017 2 commits
-
-
Toshiaki Kaji authored
This reverts commit cdf718bf [formerly 9d67f5b8]. Former-commit-id: 008b62d0
- 08 Dec, 2017 1 commit
-
- 20 Nov, 2017 1 commit
-
-
Soshi Tsuno authored
Former-commit-id: 1ee19443
-
- 03 Jul, 2017 1 commit
-
-
Rebecca Carney authored
Former-commit-id: 166ef32d
-
- 30 Jun, 2017 1 commit
-
-
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
-
- 29 Jun, 2017 1 commit
-
-
Rebecca Carney authored
Former-commit-id: 0a0c4caa
-
- 12 Jun, 2017 2 commits
-
-
Scott Snyder authored
Private data members should start with m_. Former-commit-id: 848dac9c
-
Scott Snyder authored
clang warnings: missing override keywords, unused variables. Former-commit-id: 1e69727c
-
- 03 Mar, 2017 1 commit
-
-
Soshi Tsuno authored
Former-commit-id: e44822c3
-
- 22 Feb, 2017 1 commit
-
-
Soshi Tsuno authored
* Replace ISiChargedDiodesProcessorTool with PixelProcessorTool. * Tagged as PixelDigitization-02-03-31. Former-commit-id: c5aa163f
-
- 21 Feb, 2017 1 commit
-
-
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
-
- 15 Feb, 2017 1 commit
-
-
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
-
- 02 Jul, 2016 1 commit
-
-
Soshi Tsuno authored
* Changed the pixel setting to match with 2016 operation. * Tagged as PixelDigitization-02-03-15 2016-06-23 Fares Djama * Fix Jira ticket ATLASRECTS-3262 (fix cmt/requirement file) * Tagged as PixelDigitization-02-03-14 2016-06-23 Fares Djama * Fix Jira ticket ATLASRECTS-3294: get rid of hard coded limit in jumping over ganged pixels in FE-I3 * Tagged as PixelDigitization-02-03-13 2016-06-23 Fares Djama * Fix Jira ticket ATLASRECTS-2925 * Fix a bug in Initialization method of PixelNoisyGenerator * Tagged as PixelDigitization-02-03-12 2016-06-17 Fares Djama * Fixed the decoding of noisy map from pixid to (chip,col,row): * 1) IBL Compatible * 2) Uses a new decodePixelID method in PixelCoralClientUtils-00-05-09 to avoid hard coding ... (Long ChangeLog diff - truncated) Former-commit-id: e1673344
-
- 14 Jun, 2016 1 commit
-
-
John Derek Chapman authored
src/PixelDigitizationTool.h, src/PixelDigitizationTool.cxx: revert change from PixelDigitization-02-03-08 which switched processBunchXing back to using PileUpEventInfo rather than xAOD::EventInfo. Fix initialization order warning. PixelNoisyCellGenerator no longer needs to be a member variable. Fix issue where chargedDiodes variable name was both a member variable and an input variable name to a method. python/PixelDigitizationConfig.py (BasicPixelDigitizationTool): no need to specifically add to the ToolSvc. CfgGetter will take care of this. ATLASSIM-2565. Tagged as PixelDigitization-02-03-09 (PixelDigitization-02-03-09) * src/PixelDigitizationTool.h, src/PixelDigitizationTool.cxx: revert change from PixelDigitization-02-03-08 which switched processBunchXing back to using PileUpEventInfo rather than xAOD::EventInfo. Fix initialization order warning. PixelNoisyCellGenerator no longer needs to be a member variable. Fix issue where chargedDiodes variable name was both a member variable and an input v...
-
- 27 May, 2016 1 commit
-
-
Soshi Tsuno authored
* update the timing simulation for 2016. src/TimeSvc.cxx .h: add new parameterization from 2015 collision data. src/PixelCellDiscriminator.cxx .h: default use 2015 timing. * update Bichsel model with improved execution time. src/BichselSimTool.cxx .h src/Ibl3DBichselChargeTool.cxx .h src/IblPlanarBichselChargeTool.cxx .h src/PixelBarrelBichselChargeTool.cxx .h src/PixelECBichselChargeTool.cxx .h share/Bichsel_1.dat _1_10steps.dat _1_5steps.dat share/Bichsel_2.dat _2_10steps.dat _2_5steps.dat share/Bichsel_3.dat _3_10steps.dat _3_5steps.dat share/Bichsel_4.dat _4_10steps.dat _4_5steps.dat share/Bichsel_5.dat _5_10steps.dat _5_5steps.dat share/Bichsel_6.dat _6_10steps.dat _6_5steps.dat 2016-04-05 John Chapman <John.Chapman@cern.ch> * src/BichselSimTool.cxx (BichselSim): comment out unused ... (Long ChangeLog diff - truncated)
-
- 09 May, 2016 1 commit
-
-
John Derek Chapman authored
src/Ibl3DBichselChargeTool.cxx (Ibl3DBichselChargeTool): reorder initialization of member variables to remove build warning. (charge): comment out unused m_isRealBichsel variable to get rid of build warning. Tagged as PixelDigitization-02-00-20-04 (PixelDigitization-02-00-20-04) * src/Ibl3DBichselChargeTool.cxx (Ibl3DBichselChargeTool): reorder initialization of member variables to remove build warning. (charge): comment out unused m_isRealBichsel variable to get rid of build warning. * Tagged as PixelDigitization-02-00-20-04 2016-03-23 Magda Chelstowska <magdac@cern.ch> * Fixed Pixel Cabling for Run1 digi (obo John Chapman) ATLASSIM-2680 * Tagged as PixelDigitization-02-00-20-03 2016-02-17 John Chapman <John.Chapman@cern.ch> * Revert changes from PixelDigitization-02-00-20-01 * Merge in changes from PixelDigitization-02-00-22-04 without the changes from PixelDigitization-02-00-21. ATLASSIM-2593 * Set doITk flags consistently using GeometryFlags.isSLHC() * SurfaceChargeTool: Use IBL planar modules everywhere if doITk for now * Added more debug statements * src/PixelDigitizationTool.cxx - Use "at" to protect against ... (Long ChangeLog diff - truncated)
-
- 10 Oct, 2015 1 commit
-
-
Fares Djama authored
* Implement FE-I4 copy mechanism for small hits. * HitDiscCnfg folder not ready yet: HitDiscCnfg put manually to 2. Will fix once folders are available. * tagged as PixelDigitization-02-00-14 2015-09-24 Fares Djama * Remove FEI3 duplicaion mechanism for IBL. * Add ApplyDupli property for IBL, BL, L1, L2 ECC and DBM independently. * Add 3 other properties for the same regions: latency, ToT cut and maximum ToT for hit duplication. * tagged as PixelDigitization-02-00-13
-
- 20 Mar, 2015 1 commit
-
-
Silvia Miglioranzi authored
obo S.Roe: * src/PixelDigitizationTool.cxx * src/PixelDigitizationTool.h added protection to avoid ParticleGuns to be blocked JIRA ATLASSIM-1790 * tagged as PixelDigitization-02-00-09
-
- 18 Feb, 2015 1 commit
-
-
Matthew Henry Klein authored
* src/PixelDigitizationTool.cxx removed the IBL tot special treatment , now is taken care in the conddb * tagged as PixelDigitization-02-00-07 2014-12-09 Matthew Klein <matthew.henry.klein@cern.ch> * CalibSvc now uses PixelCalibSvc for default settings with no db 2014-11-30 Silvia Miglioranzi <Silvia.Miglioranzi@cern.ch> * moved CalibSvc.h from src/ to PixelDigitization/ plus adjusted the corresponding includes * Tagged as PixelDigitization-02-00-06
-
- 19 Jan, 2015 1 commit
-
-
Matthew Henry Klein authored
* Fixed covarity defects * Tagged as PixelDigitization-02-00-05
-
- 19 Sep, 2014 1 commit
-
-
Matthew Henry Klein authored
-