Skip to content

Commit 01215d6

Browse files
author
Sunanda
committed
Inhibit ZDC digitization in Phase2 scenario
1 parent a5887ea commit 01215d6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

SimCalorimetry/HcalSimProducers/python/hcalUnsuppressedDigis_cfi.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,10 @@
6464

6565
# remove HE processing for phase 2, completely put in HGCal land
6666
from Configuration.Eras.Modifier_phase2_hgcal_cff import phase2_hgcal
67-
phase2_hgcal.toModify(hcalSimBlock, killHE = cms.bool(True) )
67+
phase2_hgcal.toModify(hcalSimBlock,
68+
doZDCDigi = cms.bool(False),
69+
killHE = cms.bool(True)
70+
)
6871

6972
# remove HE processing for phase 2, completely put in HGCal land
7073
from Configuration.Eras.Modifier_zdcNoDigi_cff import zdcNoDigi

0 commit comments

Comments
 (0)