CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
BasePartonSelector.h
Go to the documentation of this file.
1 #ifndef PhysicsTools_JetMCAlgos_BasePartonSelector_H
2 #define PhysicsTools_JetMCAlgos_BasePartonSelector_H
3 
11 
12 
14 {
15  public:
18 
19  virtual void run(const edm::Handle<reco::GenParticleCollection> & particles,
20  std::auto_ptr<reco::GenParticleRefVector> & partons);
21 };
22 
23 #endif
virtual void run(const edm::Handle< reco::GenParticleCollection > &particles, std::auto_ptr< reco::GenParticleRefVector > &partons)
Base parton selector from which all other generator-specific parton selectors are derived...