Skip to content

main-cleanup-property-PixelDigitization

Addresses proposal 11 of ATLASRECTS-7721: In the current situation, setting 'doNoise' to true for the ITk results in an exception because no default noise value is set for the ITk. In addition, for existing pixel frontends, the thermal noise is always set to 160 (and never set in job options), so there is no need to differentiate by layer. This MR encodes these facts as a new member variable in the FrontEndSimTool baseclass and prevents the exception for the ITk, and should also be quicker than retrieving it from the conditions store.

Merge request reports