Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove HLT process name out from L1CaloTrigger #37988

Merged
merged 2 commits into from
Jun 7, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import FWCore.ParameterSet.Config as cms

L1EGammaClusterEmuProducer = cms.EDProducer("L1EGCrystalClusterEmulatorProducer",
ecalTPEB = cms.InputTag("simEcalEBTriggerPrimitiveDigis","","HLT"),
hcalTP = cms.InputTag("simHcalTriggerPrimitiveDigis","","HLT"),
ecalTPEB = cms.InputTag("simEcalEBTriggerPrimitiveDigis"),
hcalTP = cms.InputTag("simHcalTriggerPrimitiveDigis"),
calib = cms.PSet(

etaBins = cms.vdouble( 0.087 , 0.174 , 0.261 , 0.348 , 0.435 , 0.522 , 0.609 , 0.696 , 0.783 , 0.870 , 0.957 , 1.044 , 1.131 , 1.218 , 1.305 , 1.392 , 1.479),
Expand Down Expand Up @@ -30,6 +30,6 @@

from Configuration.ProcessModifiers.premix_stage2_cff import premix_stage2
premix_stage2.toModify(L1EGammaClusterEmuProducer,
ecalTPEB = cms.InputTag("DMEcalEBTriggerPrimitiveDigis","","HLT"),
hcalTP = cms.InputTag("DMHcalTriggerPrimitiveDigis","","HLT"),
ecalTPEB = cms.InputTag("DMEcalEBTriggerPrimitiveDigis"),
hcalTP = cms.InputTag("DMHcalTriggerPrimitiveDigis"),
)
17 changes: 0 additions & 17 deletions L1Trigger/L1CaloTrigger/python/l1EGammaCrystalsProducer_cfi.py

This file was deleted.