CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
SherpaPartonSelector.h
Go to the documentation of this file.
1 #ifndef PhysicsTools_JetMCAlgos_SherpaPartonSelector_H
2 #define PhysicsTools_JetMCAlgos_SherpaPartonSelector_H
3 
9 
10 
12 {
13  public:
15  virtual ~SherpaPartonSelector();
16 
17  void run(const edm::Handle<reco::GenParticleCollection> & particles,
18  std::auto_ptr<reco::GenParticleRefVector> & partons);
19 };
20 
21 #endif
Sherpa parton selector derived from the base parton selector.
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...