Skip to content

Commit ac55036

Browse files
authored
Merge pull request #46142 from mmfsz/HGCalSimProducers-bugfix
Bugfix in simulation of scintillator noise at startup
2 parents 2c234d6 + 98897a5 commit ac55036

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SimCalorimetry/HGCalSimProducers/python/hgcalDigitizer_cfi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ def HGCal_setRealisticStartupNoise(process):
240240
(for instance turning on the 0th bit turns off the impact of fluence in Si)
241241
"""
242242
process=HGCal_setRealisticNoiseSi(process,byDose=True,byDoseAlgo=1)
243-
process=HGCal_setRealisticNoiseSci(process,byDose=True,byDoseAlgo=2+8+16,referenceIdark=0.125,referenceXtalk=0.01)
243+
process=HGCal_setRealisticNoiseSci(process,byDose=True,byDoseAlgo=2+16+32,byDoseFactor=0,referenceIdark=0.125,referenceXtalk=0.01)
244244
return process
245245

246246
def HGCal_setRealisticStartupNoise_fixedSiPMTileAreasAndSN(process,targetSN=7,referenceXtalk=-1,ignorePedestal=False):

0 commit comments

Comments
 (0)