CMS 3D CMS Logo

GenParticleSelector.cc

Go to the documentation of this file.
00001 /* \class GenParticleSelector
00002  * 
00003  * Configurable GenParticle Selector
00004  *
00005  * \author: Luca Lista, INFN
00006  *
00007  */
00008 #include "FWCore/Framework/interface/MakerMacros.h"
00009 #include "PhysicsTools/UtilAlgos/interface/StringCutObjectSelector.h"
00010 #include "PhysicsTools/UtilAlgos/interface/SingleObjectSelector.h"
00011 #include "DataFormats/HepMCCandidate/interface/GenParticle.h"
00012 
00013 typedef SingleObjectSelector<
00014           reco::GenParticleCollection,
00015           StringCutObjectSelector<reco::GenParticle>
00016         > GenParticleSelector;
00017 
00018 DEFINE_FWK_MODULE(GenParticleSelector);

Generated on Tue Jun 9 17:41:08 2009 for CMSSW by  doxygen 1.5.4