From 54e95fbae5fcc797844552f96a2572c6722551ea Mon Sep 17 00:00:00 2001 From: Andrew Loeliger Date: Tue, 2 Apr 2024 13:53:04 -0500 Subject: [PATCH] Update prompt and displaced muon names to reflect GMT changes --- L1Trigger/Phase2L1GT/python/l1tGTProducer_cff.py | 6 +++--- .../plugins/L1TCorrelatorLayer1Producer.cc | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/L1Trigger/Phase2L1GT/python/l1tGTProducer_cff.py b/L1Trigger/Phase2L1GT/python/l1tGTProducer_cff.py index 26242b1495839..45f332b07cac5 100644 --- a/L1Trigger/Phase2L1GT/python/l1tGTProducer_cff.py +++ b/L1Trigger/Phase2L1GT/python/l1tGTProducer_cff.py @@ -7,9 +7,9 @@ GTTPromptJets = cms.InputTag("l1tTrackJetsEmulation", "L1TrackJets"), GTTDisplacedJets = cms.InputTag("l1tTrackJetsExtendedEmulation", "L1TrackJetsExtended"), GTTPrimaryVert = cms.InputTag("l1tVertexFinderEmulator", "L1VerticesEmulation"), - GMTSaPromptMuons = cms.InputTag("l1tSAMuonsGmt", "promptSAMuons"), - GMTSaDisplacedMuons = cms.InputTag("l1tSAMuonsGmt", "displacedSAMuons"), - GMTTkMuons = cms.InputTag("l1tTkMuonsGmtLowPtFix", "l1tTkMuonsGmtLowPtFix"), + GMTSaPromptMuons = cms.InputTag("l1tSAMuonsGmt", "prompt"), + GMTSaDisplacedMuons = cms.InputTag("l1tSAMuonsGmt", "displaced"), + GMTTkMuons = cms.InputTag("l1tTkMuonsGmt"), CL2Jets = cms.InputTag("l1tSC4PFL1PuppiCorrectedEmulator"), CL2Electrons = cms.InputTag("l1tLayer2EG", "L1CtTkElectron"), CL2Photons = cms.InputTag("l1tLayer2EG", "L1CtTkEm"), diff --git a/L1Trigger/Phase2L1ParticleFlow/plugins/L1TCorrelatorLayer1Producer.cc b/L1Trigger/Phase2L1ParticleFlow/plugins/L1TCorrelatorLayer1Producer.cc index 38e8222dab630..c801ffd14444b 100644 --- a/L1Trigger/Phase2L1ParticleFlow/plugins/L1TCorrelatorLayer1Producer.cc +++ b/L1Trigger/Phase2L1ParticleFlow/plugins/L1TCorrelatorLayer1Producer.cc @@ -346,7 +346,7 @@ void L1TCorrelatorLayer1Producer::fillDescriptions(edm::ConfigurationDescription edm::ParameterSetDescription desc; // Inputs and cuts desc.add("tracks", edm::InputTag("")); - desc.add("muons", edm::InputTag("l1tSAMuonsGmt", "promptSAMuons")); + desc.add("muons", edm::InputTag("l1tSAMuonsGmt", "prompt")); desc.add>("emClusters", std::vector()); desc.add>("hadClusters", std::vector()); desc.add("vtxCollection", edm::InputTag("l1tVertexFinderEmulator", "L1VerticesEmulation"));