Make PixelDigitization respond to digitizationFlags.doInDetNoise
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`.
Showing
- InnerDetector/InDetDigitization/PixelDigitization/python/PixelDigitizationConfig.py 4 additions, 0 deletions...ation/PixelDigitization/python/PixelDigitizationConfig.py
- InnerDetector/InDetDigitization/PixelDigitization/src/FEI3SimTool.cxx 8 additions, 6 deletions...r/InDetDigitization/PixelDigitization/src/FEI3SimTool.cxx
- InnerDetector/InDetDigitization/PixelDigitization/src/FEI4SimTool.cxx 8 additions, 6 deletions...r/InDetDigitization/PixelDigitization/src/FEI4SimTool.cxx
- InnerDetector/InDetDigitization/PixelDigitization/src/FrontEndSimTool.h 4 additions, 1 deletion...InDetDigitization/PixelDigitization/src/FrontEndSimTool.h
- InnerDetector/InDetDigitization/PixelDigitization/src/RD53SimTool.cxx 8 additions, 6 deletions...r/InDetDigitization/PixelDigitization/src/RD53SimTool.cxx
- Tools/PROCTools/python/RunTier0TestsTools.py 1 addition, 1 deletionTools/PROCTools/python/RunTier0TestsTools.py
Loading
Please register or sign in to comment