#include <Pythia6PartonGun.h>
Public Member Functions | |
Pythia6PartonGun (const edm::ParameterSet &) | |
virtual | ~Pythia6PartonGun () |
Protected Member Functions | |
void | joinPartons (double qmax) |
Protected Attributes | |
int | fPartonID |
Definition at line 20 of file Pythia6PartonGun.h.
Pythia6PartonGun::Pythia6PartonGun | ( | const edm::ParameterSet & | pset | ) |
Definition at line 16 of file Pythia6PartonGun.cc.
References fPartonID, and edm::ParameterSet::getParameter().
: Pythia6Gun(pset) { ParameterSet pgun_params = pset.getParameter<ParameterSet>("PGunParameters"); fPartonID = pgun_params.getParameter< int >("PartonID"); }
Pythia6PartonGun::~Pythia6PartonGun | ( | ) | [virtual] |
Definition at line 26 of file Pythia6PartonGun.cc.
{ }
void Pythia6PartonGun::joinPartons | ( | double | qmax | ) | [protected] |
Definition at line 30 of file Pythia6PartonGun.cc.
References gen::pyjoin_(), and gen::pyshow_().
Referenced by gen::Pythia6PartonEGun::generateEvent(), and gen::Pythia6PartonPtGun::generateEvent().
int gen::Pythia6PartonGun::fPartonID [protected] |
Definition at line 34 of file Pythia6PartonGun.h.
Referenced by gen::Pythia6PartonEGun::generateEvent(), gen::Pythia6PartonPtGun::generateEvent(), and Pythia6PartonGun().