Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 #include "FWCore/Framework/interface/MakerMacros.h"
0002 
0003 // ----------- Modules for 2D-segments reco -----------
0004 #include "RecoLocalMuon/DTSegment/src/DTClusterer.h"
0005 DEFINE_FWK_MODULE(DTClusterer);
0006 
0007 #include "RecoLocalMuon/DTSegment/src/DTRecSegment2DProducer.h"
0008 #include "RecoLocalMuon/DTSegment/src/DTSegment4DT0Corrector.h"
0009 #include "RecoLocalMuon/DTSegment/src/DTRecSegment2DAlgoFactory.h"
0010 #include "RecoLocalMuon/DTSegment/src/DTCombinatorialPatternReco.h"
0011 #include "RecoLocalMuon/DTSegment/src/DTMeantimerPatternReco.h"
0012 
0013 DEFINE_FWK_MODULE(DTRecSegment2DProducer);
0014 DEFINE_FWK_MODULE(DTSegment4DT0Corrector);
0015 DEFINE_EDM_PLUGIN(DTRecSegment2DAlgoFactory, DTCombinatorialPatternReco, "DTCombinatorialPatternReco");
0016 DEFINE_EDM_PLUGIN(DTRecSegment2DAlgoFactory, DTMeantimerPatternReco, "DTMeantimerPatternReco");
0017 //-------------------------------------------------------------------------------------------------------
0018 
0019 // ----------- Modules for 2D-segments extended reco -----------
0020 #include "RecoLocalMuon/DTSegment/src/DTRecSegment2DExtendedProducer.h"
0021 DEFINE_FWK_MODULE(DTRecSegment2DExtendedProducer);
0022 
0023 // ----------- Modules for 4D-segments reco -----------
0024 #include "RecoLocalMuon/DTSegment/src/DTRecSegment4DProducer.h"
0025 #include "RecoLocalMuon/DTSegment/src/DTRecSegment4DAlgoFactory.h"
0026 #include "RecoLocalMuon/DTSegment/src/DTCombinatorialPatternReco4D.h"
0027 #include "RecoLocalMuon/DTSegment/src/DTMeantimerPatternReco4D.h"
0028 #include "RecoLocalMuon/DTSegment/src/DTRefitAndCombineReco4D.h"
0029 
0030 DEFINE_FWK_MODULE(DTRecSegment4DProducer);
0031 DEFINE_EDM_PLUGIN(DTRecSegment4DAlgoFactory, DTCombinatorialPatternReco4D, "DTCombinatorialPatternReco4D");
0032 DEFINE_EDM_PLUGIN(DTRecSegment4DAlgoFactory, DTRefitAndCombineReco4D, "DTRefitAndCombineReco4D");
0033 DEFINE_EDM_PLUGIN(DTRecSegment4DAlgoFactory, DTMeantimerPatternReco4D, "DTMeantimerPatternReco4D");
0034 //-------------------------------------------------------------------------------------------------------