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

[NGT] Fix double inclusion of Phase2HLTMuonSelectorForL3 module #47049

Merged
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
Expand Up @@ -30,7 +30,6 @@
#include "FWCore/Framework/interface/ConsumesCollector.h"
#include "FWCore/Framework/interface/EventSetup.h"
#include "FWCore/Framework/interface/Event.h"
#include "FWCore/Framework/interface/MakerMacros.h"
#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include "FWCore/ParameterSet/interface/ConfigurationDescriptions.h"
Expand Down
2 changes: 2 additions & 0 deletions RecoMuon/L3TrackFinder/plugins/SealModules.cc
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
#include "RecoMuon/L3TrackFinder/interface/MuonCkfTrajectoryBuilder.h"
#include "RecoTracker/CkfPattern/interface/BaseCkfTrajectoryBuilderFactory.h"
#include "RecoMuon/L3TrackFinder/interface/HLTMuonL2SelectorForL3IO.h"
#include "RecoMuon/L3TrackFinder/interface/Phase2HLTMuonSelectorForL3.h"

DEFINE_EDM_VALIDATED_PLUGIN(BaseCkfTrajectoryBuilderFactory, MuonCkfTrajectoryBuilder, "MuonCkfTrajectoryBuilder");
DEFINE_FWK_MODULE(HLTMuonL2SelectorForL3IO);
DEFINE_FWK_MODULE(Phase2HLTMuonSelectorForL3);
2 changes: 0 additions & 2 deletions RecoMuon/L3TrackFinder/src/Phase2HLTMuonSelectorForL3.cc
Original file line number Diff line number Diff line change
Expand Up @@ -202,5 +202,3 @@ const bool Phase2HLTMuonSelectorForL3::rejectL3Track(l1t::TrackerMuonRef l1TkMuR
LogDebug(metname) << "Reject L3 Track: " << reject;
return reject;
}

DEFINE_FWK_MODULE(Phase2HLTMuonSelectorForL3);