CMS 3D CMS Logo

BasePartonSelector.h
Go to the documentation of this file.
1 #ifndef PhysicsTools_JetMCAlgos_BasePartonSelector_H
2 #define PhysicsTools_JetMCAlgos_BasePartonSelector_H
3 
11 
13 public:
15  virtual ~BasePartonSelector();
16 
18  std::unique_ptr<reco::GenParticleRefVector>& partons);
19 };
20 
21 #endif
Handle.h
edm::Handle< reco::GenParticleCollection >
ecalTrigSettings_cff.particles
particles
Definition: ecalTrigSettings_cff.py:11
GenParticle.h
BasePartonSelector::run
virtual void run(const edm::Handle< reco::GenParticleCollection > &particles, std::unique_ptr< reco::GenParticleRefVector > &partons)
Definition: BasePartonSelector.cc:7
GenParticleFwd.h
dqmAnalyzer_cff.partons
partons
Definition: dqmAnalyzer_cff.py:27
BasePartonSelector::BasePartonSelector
BasePartonSelector()
Definition: BasePartonSelector.cc:3
BasePartonSelector::~BasePartonSelector
virtual ~BasePartonSelector()
Definition: BasePartonSelector.cc:5
BasePartonSelector
Base parton selector from which all other generator-specific parton selectors are derived.
Definition: BasePartonSelector.h:12