Skip to content

Commit

Permalink
Merge pull request #23040 from christopheralanwest/hcal-tp-emul-input…
Browse files Browse the repository at this point in the history
…UpgradeLabel-10_1_2_patch2

Specify upgrade digi collections for HCAL TP emulation in offline DQM
  • Loading branch information
cmsbuild committed May 11, 2018
2 parents 02c666c + 778d576 commit f45c9c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions L1Trigger/Configuration/python/ValL1Emulator_cff.py
Expand Up @@ -23,6 +23,7 @@
valHcalTriggerPrimitiveDigis = SimCalorimetry.HcalTrigPrimProducers.hcaltpdigi_cfi.simHcalTriggerPrimitiveDigis.clone()
#
valHcalTriggerPrimitiveDigis.inputLabel = cms.VInputTag(cms.InputTag('hcalDigis'),cms.InputTag('hcalDigis'))
valHcalTriggerPrimitiveDigis.inputUpgradeLabel = cms.VInputTag(cms.InputTag('hcalDigis'),cms.InputTag('hcalDigis'))
#
# do not generate new LUTs when running on data, read them from DB
HcalTPGCoderULUT.LUTGenerationMode = cms.bool(False)
Expand Down

0 comments on commit f45c9c6

Please sign in to comment.