CMS 3D CMS Logo

Pythia8PartonSelector.h
Go to the documentation of this file.
1 #ifndef PhysicsTools_JetMCAlgos_Pythia8PartonSelector_H
2 #define PhysicsTools_JetMCAlgos_Pythia8PartonSelector_H
3 
9 
11 public:
13  ~Pythia8PartonSelector() override;
14 
16  std::unique_ptr<reco::GenParticleRefVector>& partons) override;
17 };
18 
19 #endif
Pythia8PartonSelector::Pythia8PartonSelector
Pythia8PartonSelector()
Definition: Pythia8PartonSelector.cc:11
edm::Handle< reco::GenParticleCollection >
ecalTrigSettings_cff.particles
particles
Definition: ecalTrigSettings_cff.py:11
dqmAnalyzer_cff.partons
partons
Definition: dqmAnalyzer_cff.py:27
Pythia8PartonSelector::~Pythia8PartonSelector
~Pythia8PartonSelector() override
Definition: Pythia8PartonSelector.cc:13
Pythia8PartonSelector::run
void run(const edm::Handle< reco::GenParticleCollection > &particles, std::unique_ptr< reco::GenParticleRefVector > &partons) override
Definition: Pythia8PartonSelector.cc:15
Pythia8PartonSelector
Pythia8 parton selector derived from the base parton selector.
Definition: Pythia8PartonSelector.h:10
BasePartonSelector.h
BasePartonSelector
Base parton selector from which all other generator-specific parton selectors are derived.
Definition: BasePartonSelector.h:12