File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
SimCalorimetry/HcalSimProducers/python Expand file tree Collapse file tree 1 file changed +5
-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
6666from Configuration .Eras .Modifier_phase2_hgcal_cff import phase2_hgcal
6767phase2_hgcal .toModify (hcalSimBlock ,
68- doZDCDigi = cms . bool ( False ) ,
69- killHE = cms . bool ( True )
68+ doZDCDigi = False ,
69+ killHE = True
7070)
7171
7272# remove HE processing for phase 2, completely put in HGCal land
7373from Configuration .Eras .Modifier_zdcNoDigi_cff import zdcNoDigi
74- zdcNoDigi .toModify (hcalSimBlock , doZDCDigi = cms . bool ( False ) )
74+ zdcNoDigi .toModify (hcalSimBlock , doZDCDigi = False )
You can’t perform that action at this time.
0 commit comments