File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed
SimCalorimetry/HcalSimProducers/python Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change 4646)
4747
4848from Configuration .Eras .Modifier_fastSim_cff import fastSim
49- fastSim .toModify ( hcalSimBlock , hitsProducer = cms . string ( ' fastSimProducer' ) )
49+ fastSim .toModify ( hcalSimBlock , hitsProducer = " fastSimProducer" )
5050
5151from Configuration .ProcessModifiers .premix_stage1_cff import premix_stage1
5252premix_stage1 .toModify (hcalSimBlock ,
6060
6161# test numbering not used in fastsim
6262from Configuration .Eras .Modifier_run2_HCAL_2017_cff import run2_HCAL_2017
63- (run2_HCAL_2017 & ~ fastSim ).toModify ( hcalSimBlock , TestNumbering = cms . bool ( True ) )
63+ (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
6667from Configuration .Eras .Modifier_phase2_hgcal_cff import phase2_hgcal
67- phase2_hgcal .toModify (hcalSimBlock , killHE = cms .bool (True ) )
68+ phase2_hgcal .toModify (hcalSimBlock ,
69+ doZDCDigi = False ,
70+ killHE = True
71+ )
6872
69- # remove HE processing for phase 2, completely put in HGCal land
73+ # inhibit ZDC digitization
7074from Configuration .Eras .Modifier_zdcNoDigi_cff import zdcNoDigi
71- zdcNoDigi .toModify (hcalSimBlock , doZDCDigi = cms . bool ( False ) )
75+ zdcNoDigi .toModify (hcalSimBlock , doZDCDigi = False )
You can’t perform that action at this time.
0 commit comments