CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_10/src/CommonTools/RecoAlgos/plugins/TrackWithVertexSelector.cc

Go to the documentation of this file.
00001 #include "FWCore/Framework/interface/MakerMacros.h"
00002 
00003 #include "CommonTools/RecoAlgos/interface/TrackFullCloneSelectorBase.h"
00004 #include "CommonTools/RecoAlgos/interface/TrackWithVertexSelector.h"
00005 
00006 namespace reco { 
00007   namespace modules {
00008 
00009     typedef TrackFullCloneSelectorBase< ::TrackWithVertexSelector > TrackWithVertexSelector;
00010 
00011     DEFINE_FWK_MODULE(TrackWithVertexSelector);
00012 
00013 } }