CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_6_2_7/src/CommonTools/RecoAlgos/plugins/TrackingParticleSelector.cc

Go to the documentation of this file.
00001 
00011 #include "FWCore/Framework/interface/MakerMacros.h"
00012 #include "CommonTools/UtilAlgos/interface/SingleObjectSelector.h"
00013 #include "SimGeneral/TrackingAnalysis/interface/TrackingParticleSelector.h"
00014 
00015 namespace reco {
00016   namespace modules {
00017     typedef SingleObjectSelector<TrackingParticleCollection,::TrackingParticleSelector> 
00018     TrackingParticleSelector ;
00019 
00020     DEFINE_FWK_MODULE( TrackingParticleSelector );
00021   }
00022 }