File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
DQM/Integration/python/clients Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 9797 process .castorDigis .InputLabel = rawTag
9898
9999process .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
114116process .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)
222224 #*process.castorDigis # not in Run3
223225 * process .emulTPDigis
224226 * process .emulTPDigisNoTDCCut
227+ * process .emulTPDigisForZDC
225228 * process .L1TRawToDigi
226229)
227230
You can’t perform that action at this time.
0 commit comments