CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_0/src/CommonTools/RecoAlgos/plugins/CosmicTrackingParticleSelector.cc

Go to the documentation of this file.
00001 
00011 #include "FWCore/Framework/interface/MakerMacros.h"
00012 #include "CommonTools/UtilAlgos/interface/ObjectSelector.h"
00013 #include "CommonTools/RecoAlgos/interface/CosmicTrackingParticleSelector.h"
00014 
00015 namespace reco {
00016   typedef ObjectSelector<CosmicTrackingParticleSelector> CosmicTrackingParticleSelector;
00017     DEFINE_FWK_MODULE( CosmicTrackingParticleSelector );
00018 }