Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:01:10

0001 #include "FWCore/Framework/interface/MakerMacros.h"
0002 
0003 #include "CommonTools/RecoAlgos/interface/TrackFullCloneSelectorBase.h"
0004 #include "CommonTools/RecoAlgos/interface/TrackWithVertexSelector.h"
0005 
0006 namespace reco {
0007   namespace modules {
0008 
0009     typedef TrackFullCloneSelectorBase< ::TrackWithVertexSelector> TrackWithVertexSelector;
0010 
0011     DEFINE_FWK_MODULE(TrackWithVertexSelector);
0012 
0013   }  // namespace modules
0014 }  // namespace reco