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 }