Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:26:58

0001 #include "FWCore/Framework/interface/MakerMacros.h"
0002 #include "FWCore/ParameterSet/interface/ValidatedPluginMacros.h"
0003 
0004 #include "RecoMuon/L3TrackFinder/interface/MuonCkfTrajectoryBuilder.h"
0005 #include "RecoTracker/CkfPattern/interface/BaseCkfTrajectoryBuilderFactory.h"
0006 #include "RecoMuon/L3TrackFinder/interface/HLTMuonL2SelectorForL3IO.h"
0007 
0008 DEFINE_EDM_VALIDATED_PLUGIN(BaseCkfTrajectoryBuilderFactory, MuonCkfTrajectoryBuilder, "MuonCkfTrajectoryBuilder");
0009 DEFINE_FWK_MODULE(HLTMuonL2SelectorForL3IO);