CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_6_2_7/src/CommonTools/CandAlgos/plugins/GenParticleCustomSelector.cc

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