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 
12 
14 {
15  public:
17  virtual ~BasePartonSelector();
18 
20  std::unique_ptr<reco::GenParticleRefVector> & partons);
21 };
22 
23 #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...