CMS 3D CMS Logo

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

Go to the documentation of this file.
00001 #include "CommonTools/CandAlgos/interface/GenJetParticleSelector.h"
00002 #include "CommonTools/UtilAlgos/interface/SingleObjectSelector.h"
00003 #include "DataFormats/HepMCCandidate/interface/GenParticle.h"
00004 #include "FWCore/Framework/interface/MakerMacros.h"
00005 namespace reco {
00006   namespace modules {
00007 
00008     typedef SingleObjectSelector<
00009               reco::GenParticleCollection,
00010               ::GenJetParticleSelector,
00011               reco::GenParticleRefVector
00012             > GenJetParticleRefSelector;
00013 
00014    DEFINE_FWK_MODULE(GenJetParticleRefSelector);
00015 
00016   }
00017 }