Skip to content

Commit dfce9d2

Browse files
committed
HCAL DQM - Recover HF TPs
1 parent a7f99cf commit dfce9d2

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,22 +97,24 @@
9797
process.castorDigis.InputLabel = rawTag
9898

9999
process.emulTPDigis = process.simHcalTriggerPrimitiveDigis.clone(
100-
inputLabel = cms.VInputTag("hcalDigis", "hcalDigis:ZDC"),
100+
inputLabel = cms.VInputTag("hcalDigis", "hcalDigis"),
101101
FrontEndFormatError = True,
102102
FG_threshold = 2,
103103
InputTagFEDRaw = rawTag,
104104
upgradeHF = True,
105105
upgradeHE = True,
106106
upgradeHB = True,
107-
inputUpgradeLabel = cms.VInputTag("hcalDigis", "hcalDigis:ZDC"),
107+
inputUpgradeLabel = cms.VInputTag("hcalDigis", "hcalDigis"),
108108
# Enable ZS on emulated TPs, to match what is done in data
109109
RunZS = True,
110110
ZS_threshold = 0
111111
)
112112

113+
process.emulTPDigisForZDC = process.emulTPDigis.clone(inputUpgradeLabel = cms.VInputTag("hcalDigis", "hcalDigis:ZDC")
114+
113115
#inserting zdc emulator after tp digis
114116
process.etSumZdcProducer = cms.EDProducer('L1TZDCProducer',
115-
hcalTPDigis = cms.InputTag("emulTPDigis"),
117+
hcalTPDigis = cms.InputTag("emulTPDigisForZDC"),
116118
bxFirst = cms.int32(-2),
117119
bxLast = cms.int32(3)
118120
)
@@ -222,6 +224,7 @@
222224
#*process.castorDigis # not in Run3
223225
*process.emulTPDigis
224226
*process.emulTPDigisNoTDCCut
227+
*process.emulTPDigisForZDC
225228
*process.L1TRawToDigi
226229
)
227230

0 commit comments

Comments
 (0)