Skip to content

Commit

Permalink
Update prompt and displaced muon names to reflect GMT changes
Browse files Browse the repository at this point in the history
  • Loading branch information
aloeliger committed Apr 2, 2024
1 parent 5924aff commit 54e95fb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions L1Trigger/Phase2L1GT/python/l1tGTProducer_cff.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ void L1TCorrelatorLayer1Producer::fillDescriptions(edm::ConfigurationDescription
edm::ParameterSetDescription desc;
// Inputs and cuts
desc.add<edm::InputTag>("tracks", edm::InputTag(""));
desc.add<edm::InputTag>("muons", edm::InputTag("l1tSAMuonsGmt", "promptSAMuons"));
desc.add<edm::InputTag>("muons", edm::InputTag("l1tSAMuonsGmt", "prompt"));
desc.add<std::vector<edm::InputTag>>("emClusters", std::vector<edm::InputTag>());
desc.add<std::vector<edm::InputTag>>("hadClusters", std::vector<edm::InputTag>());
desc.add<edm::InputTag>("vtxCollection", edm::InputTag("l1tVertexFinderEmulator", "L1VerticesEmulation"));
Expand Down

0 comments on commit 54e95fb

Please sign in to comment.