#include <Pythia6PtYDistGun.h>
Public Member Functions | |
Pythia6PtYDistGun (const edm::ParameterSet &) | |
virtual | ~Pythia6PtYDistGun () |
Public Member Functions inherited from gen::Pythia6ParticleGun | |
Pythia6ParticleGun (const edm::ParameterSet &) | |
virtual | ~Pythia6ParticleGun () |
Public Member Functions inherited from gen::Pythia6Gun | |
void | beginJob () |
void | beginRun (edm::Run &, edm::EventSetup const &) |
void | endJob () |
void | endRun (edm::Run &, edm::EventSetup const &) |
void | produce (edm::Event &, const edm::EventSetup &) |
Pythia6Gun (const edm::ParameterSet &) | |
virtual | ~Pythia6Gun () |
Public Member Functions inherited from edm::EDProducer | |
EDProducer () | |
virtual | ~EDProducer () |
Public Member Functions inherited from edm::ProducerBase | |
ProducerBase () | |
void | registerProducts (ProducerBase *, ProductRegistry *, ModuleDescription const &) |
boost::function< void(const BranchDescription &)> | registrationCallback () const |
used by the fwk to register list of products More... | |
virtual | ~ProducerBase () |
Protected Member Functions | |
void | generateEvent () |
Protected Member Functions inherited from gen::Pythia6Gun | |
HepMC::GenParticle * | addAntiParticle (int &, int &, double &, double &, double &) |
void | attachPy6DecaysToGenEvent () |
void | loadEvent (edm::Event &) |
Protected Member Functions inherited from edm::EDProducer | |
CurrentProcessingContext const * | currentContext () const |
Protected Member Functions inherited from edm::ProducerBase | |
template<class TProducer , class TMethod > | |
void | callWhenNewProductsRegistered (TProducer *iProd, TMethod iMethod) |
Private Attributes | |
PtYDistributor * | fPtYGenerator |
Additional Inherited Members | |
Public Types inherited from edm::EDProducer | |
typedef EDProducer | ModuleType |
typedef WorkerT< EDProducer > | WorkerType |
Public Types inherited from edm::ProducerBase | |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
Static Public Member Functions inherited from edm::EDProducer | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Protected Attributes inherited from gen::Pythia6ParticleGun | |
std::vector< int > | fPartIDs |
Protected Attributes inherited from gen::Pythia6Gun | |
HepMC::GenEvent * | fEvt |
bool | fHepMCVerbosity |
int | fMaxEventsToPrint |
double | fMaxPhi |
double | fMinPhi |
std::vector< int > | fPartIDs |
Pythia6Service * | fPy6Service |
int | fPylistVerbosity |
Definition at line 12 of file Pythia6PtYDistGun.h.
Pythia6PtYDistGun::Pythia6PtYDistGun | ( | const edm::ParameterSet & | pset | ) |
Definition at line 21 of file Pythia6PtYDistGun.cc.
References fPtYGenerator, gen::getEngineReference(), and edm::ParameterSet::getParameter().
|
virtual |
Definition at line 38 of file Pythia6PtYDistGun.cc.
References fPtYGenerator.
|
protectedvirtual |
Implements gen::Pythia6Gun.
Definition at line 43 of file Pythia6PtYDistGun.cc.
References create_public_lumi_plots::exp, gen::Pythia6Gun::fEvt, gen::PtYDistributor::firePt(), gen::PtYDistributor::fireY(), gen::Pythia6Gun::fMaxPhi, gen::Pythia6Gun::fMinPhi, gen::Pythia6ParticleGun::fPartIDs, fPtYGenerator, gen::Pythia6Gun::fPy6Service, configurableAnalysis::GenParticle, i, M_PI, scaleCards::mass, gen::p, phi, gen::py1ent_(), gen::pyexec_(), gen::pymass_(), gen::pyr_(), mathSSE::sqrt(), and detailsBasic3DVector::y.
|
private |
Definition at line 26 of file Pythia6PtYDistGun.h.
Referenced by generateEvent(), Pythia6PtYDistGun(), and ~Pythia6PtYDistGun().