We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 525eaac commit 7dc15d3Copy full SHA for 7dc15d3
SimCalorimetry/HcalSimProducers/python/hcalUnsuppressedDigis_cfi.py
@@ -63,12 +63,13 @@
63
(run2_HCAL_2017 & ~fastSim).toModify( hcalSimBlock, TestNumbering = True )
64
65
# remove HE processing for phase 2, completely put in HGCal land
66
+# Also inhibit ZDC digitization
67
from Configuration.Eras.Modifier_phase2_hgcal_cff import phase2_hgcal
68
phase2_hgcal.toModify(hcalSimBlock,
69
doZDCDigi = False,
70
killHE = True
71
)
72
-# remove HE processing for phase 2, completely put in HGCal land
73
+# inhibit ZDC digitization
74
from Configuration.Eras.Modifier_zdcNoDigi_cff import zdcNoDigi
75
zdcNoDigi.toModify(hcalSimBlock, doZDCDigi = False )
0 commit comments