Skip to content

Commit debfcd6

Browse files
committed
Syntax fix
1 parent dfce9d2 commit debfcd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DQM/Integration/python/clients/hcal_dqm_sourceclient-live_cfg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
ZS_threshold = 0
111111
)
112112

113-
process.emulTPDigisForZDC = process.emulTPDigis.clone(inputUpgradeLabel = cms.VInputTag("hcalDigis", "hcalDigis:ZDC")
113+
process.emulTPDigisForZDC = process.emulTPDigis.clone(inputUpgradeLabel = cms.VInputTag("hcalDigis", "hcalDigis:ZDC"))
114114

115115
#inserting zdc emulator after tp digis
116116
process.etSumZdcProducer = cms.EDProducer('L1TZDCProducer',

0 commit comments

Comments
 (0)