Skip to content

Commit 7dc15d3

Browse files
author
Sunanda
committed
Modify the comments
1 parent 525eaac commit 7dc15d3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

SimCalorimetry/HcalSimProducers/python/hcalUnsuppressedDigis_cfi.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,13 @@
6363
(run2_HCAL_2017 & ~fastSim).toModify( hcalSimBlock, TestNumbering = True )
6464

6565
# remove HE processing for phase 2, completely put in HGCal land
66+
# Also inhibit ZDC digitization
6667
from Configuration.Eras.Modifier_phase2_hgcal_cff import phase2_hgcal
6768
phase2_hgcal.toModify(hcalSimBlock,
6869
doZDCDigi = False,
6970
killHE = True
7071
)
7172

72-
# remove HE processing for phase 2, completely put in HGCal land
73+
# inhibit ZDC digitization
7374
from Configuration.Eras.Modifier_zdcNoDigi_cff import zdcNoDigi
7475
zdcNoDigi.toModify(hcalSimBlock, doZDCDigi = False )

0 commit comments

Comments
 (0)