CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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
virtual void run(const edm::Handle< reco::GenParticleCollection > &particles, std::unique_ptr< reco::GenParticleRefVector > &partons)
Base parton selector from which all other generator-specific parton selectors are derived...