From 9e4475eb874f2ecbd494bb8ef0e2a29936891818 Mon Sep 17 00:00:00 2001 From: ccaillol Date: Mon, 19 Sep 2022 15:26:32 +0200 Subject: [PATCH] fix Phase1L1TJets --- L1Trigger/L1CaloTrigger/plugins/Phase1L1TJetSumsProducer.cc | 2 +- L1Trigger/L1CaloTrigger/python/Phase1L1TJets_9x9_cff.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/L1Trigger/L1CaloTrigger/plugins/Phase1L1TJetSumsProducer.cc b/L1Trigger/L1CaloTrigger/plugins/Phase1L1TJetSumsProducer.cc index 4b76c8b9e007b..673f74f968c09 100644 --- a/L1Trigger/L1CaloTrigger/plugins/Phase1L1TJetSumsProducer.cc +++ b/L1Trigger/L1CaloTrigger/plugins/Phase1L1TJetSumsProducer.cc @@ -182,7 +182,7 @@ l1t::EtSum Phase1L1TJetSumsProducer::computeMHT(const edm::Handle("inputJetCollectionTag", - edm::InputTag("Phase1L1TJetCalibrator", "Phase1L1TJetFromPfCandidates")); + edm::InputTag("l1tPhase1JetCalibrator", "Phase1L1TJetFromPfCandidates")); desc.add >("sinPhi"); desc.add >("cosPhi"); desc.add("nBinsPhi", 72); diff --git a/L1Trigger/L1CaloTrigger/python/Phase1L1TJets_9x9_cff.py b/L1Trigger/L1CaloTrigger/python/Phase1L1TJets_9x9_cff.py index b63d3217f6262..a2194054afd1f 100644 --- a/L1Trigger/L1CaloTrigger/python/Phase1L1TJets_9x9_cff.py +++ b/L1Trigger/L1CaloTrigger/python/Phase1L1TJets_9x9_cff.py @@ -16,7 +16,7 @@ ) l1tPhase1JetSumsProducer9x9 = l1tPhase1JetSumsProducer.clone( - inputJetCollectionTag = ("Phase1L1TJetCalibrator9x9", "Phase1L1TJetFromPfCandidates"), + inputJetCollectionTag = ("l1tPhase1JetCalibrator9x9", "Phase1L1TJetFromPfCandidates"), ) L1TPhase1JetsSequence9x9 = cms.Sequence(