Skip to content

Commit

Permalink
Merge pull request #3 from folguera/fix_epalencia_l1t-1109_v3
Browse files Browse the repository at this point in the history
remove empty line
  • Loading branch information
epalencia authored May 9, 2023
2 parents 53419b9 + ab707cd commit 281ede9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions L1Trigger/Configuration/python/SimL1Emulator_cff.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,7 @@
_phase2_siml1emulator.add( l1tSAMuonsGmt )

## fix for low-pt muons, this collection is a copy of the l1tTkMuonsGmt collection
## in which we only keep those low pt muons with an SA muon associated to it. Threshold
## for this cutoff is configurable.
## in which we only keep those low pt muons with an SA muon associated to it.
l1tTkMuonsGmtLowPtFix = l1tGMTFilteredMuons.clone()
_phase2_siml1emulator.add( l1tTkMuonsGmtLowPtFix )

Expand Down
1 change: 0 additions & 1 deletion L1Trigger/Phase2L1GMT/plugins/Phase2L1TGMTFilter.cc
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ Phase2L1TGMTFilter::Phase2L1TGMTFilter(const edm::ParameterSet& iConfig)
ptBarrelMin_(iConfig.getParameter<int>("ptBarrelMin")),
ptEndcapMin_(iConfig.getParameter<int>("ptEndcapMin")) {
produces<std::vector<l1t::TrackerMuon> >("l1tTkMuonsGmtLowPtFix").setBranchAlias("tkMuLowPtFix");

}

Phase2L1TGMTFilter::~Phase2L1TGMTFilter() {
Expand Down
2 changes: 1 addition & 1 deletion L1Trigger/Phase2L1GMT/python/gmt_cfi.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@

l1tGMTFilteredMuons = cms.EDProducer('Phase2L1TGMTFilter',
srcMuons = cms.InputTag("l1tTkMuonsGmt",""),
applyLowPtFilter = cms.bool(True),
applyLowPtFilter = cms.bool(True),
ptBarrelMin = cms.int32(8),
ptEndcapMin = cms.int32(8)
)
Expand Down

0 comments on commit 281ede9

Please sign in to comment.