#include <Pythia6Gun.h>
Public Member Functions | |
void | beginJob () override |
void | beginLuminosityBlock (edm::LuminosityBlock const &, edm::EventSetup const &) override |
void | beginRun (edm::Run const &, edm::EventSetup const &) override |
void | endRun (edm::Run const &, edm::EventSetup const &) override |
void | produce (edm::Event &, const edm::EventSetup &) override |
Pythia6Gun (const edm::ParameterSet &) | |
virtual | ~Pythia6Gun () |
Public Member Functions inherited from edm::EDProducer | |
EDProducer () | |
ModuleDescription const & | moduleDescription () const |
virtual | ~EDProducer () |
Public Member Functions inherited from edm::ProducerBase | |
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
ProducerBase () | |
void | registerProducts (ProducerBase *, ProductRegistry *, ModuleDescription const &) |
std::function< void(BranchDescription const &)> | registrationCallback () const |
used by the fwk to register list of products More... | |
virtual | ~ProducerBase () |
Public Member Functions inherited from edm::EDConsumerBase | |
std::vector< ConsumesInfo > | consumesInfo () const |
EDConsumerBase () | |
ProductHolderIndexAndSkipBit | indexFrom (EDGetToken, BranchType, TypeID const &) const |
void | itemsMayGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const |
void | itemsToGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const |
std::vector < ProductHolderIndexAndSkipBit > const & | itemsToGetFromEvent () const |
void | labelsForToken (EDGetToken iToken, Labels &oLabels) const |
void | modulesDependentUpon (std::string const &iProcessName, std::string const &iModuleLabel, bool iPrint, std::vector< char const * > &oModuleLabels) const |
void | modulesWhoseProductsAreConsumed (std::vector< ModuleDescription const * > &modules, ProductRegistry const &preg, std::map< std::string, ModuleDescription const * > const &labelsToDesc, std::string const &processName) const |
bool | registeredToConsume (ProductHolderIndex, bool, BranchType) const |
bool | registeredToConsumeMany (TypeID const &, BranchType) const |
void | updateLookup (BranchType iBranchType, ProductHolderIndexHelper const &) |
virtual | ~EDConsumerBase () |
Protected Member Functions | |
HepMC::GenParticle * | addAntiParticle (int &, int &, double &, double &, double &) |
void | attachPy6DecaysToGenEvent () |
virtual void | generateEvent (CLHEP::HepRandomEngine *)=0 |
void | loadEvent (edm::Event &) |
Protected Member Functions inherited from edm::EDConsumerBase | |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | consumes (edm::InputTag const &tag) |
EDGetToken | consumes (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | consumes (TypeToGet const &id, edm::InputTag const &tag) |
ConsumesCollector | consumesCollector () |
Use a ConsumesCollector to gather consumes information from helper functions. More... | |
template<typename ProductType , BranchType B = InEvent> | |
void | consumesMany () |
void | consumesMany (const TypeToGet &id) |
template<BranchType B> | |
void | consumesMany (const TypeToGet &id) |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | mayConsume (edm::InputTag const &tag) |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
Protected Attributes | |
HepMC::GenEvent * | fEvt |
bool | fHepMCVerbosity |
int | fMaxEventsToPrint |
double | fMaxPhi |
double | fMinPhi |
std::vector< int > | fPartIDs |
Pythia6Service * | fPy6Service |
int | fPylistVerbosity |
Additional Inherited Members | |
Public Types inherited from edm::EDProducer | |
typedef EDProducer | ModuleType |
Public Types inherited from edm::ProducerBase | |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
Static Public Member Functions inherited from edm::EDProducer | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Definition at line 41 of file Pythia6Gun.h.
Pythia6Gun::Pythia6Gun | ( | const edm::ParameterSet & | pset | ) |
Definition at line 25 of file Pythia6Gun.cc.
References gen::call_pygive(), edm::errors::Configuration, Exception, edm::false, fHepMCVerbosity, fMaxEventsToPrint, fMaxPhi, fMinPhi, fPylistVerbosity, edm::ParameterSet::getParameter(), and edm::ParameterSet::getUntrackedParameter().
|
virtual |
|
protected |
Definition at line 244 of file Pythia6Gun.cc.
References create_public_lumi_plots::exp, GenParticle::GenParticle, M_PI, gen::py1ent_(), and gen::pycomp_().
Referenced by gen::Pythia6EGun::generateEvent(), gen::Pythia6PtGun::generateEvent(), gen::Pythia6PartonPtGun::generateEvent(), and gen::Pythia6PartonEGun::generateEvent().
|
protected |
Definition at line 108 of file Pythia6Gun.cc.
References fEvt, fPartIDs, and GenParticle::GenParticle.
Referenced by produce().
|
overridevirtual |
Reimplemented from edm::EDProducer.
Definition at line 67 of file Pythia6Gun.cc.
References reco::return().
|
overridevirtual |
Reimplemented from edm::EDProducer.
Definition at line 81 of file Pythia6Gun.cc.
References assert(), gen::call_pygive(), fPy6Service, edm::LuminosityBlock::index(), gen::Pythia6Service::setCSAParams(), gen::Pythia6Service::setGeneralParams(), and gen::Pythia6Service::setSLHAParams().
|
overridevirtual |
Reimplemented from edm::EDProducer.
Definition at line 74 of file Pythia6Gun.cc.
References gather_cfg::cout.
|
overridevirtual |
Reimplemented from edm::EDProducer.
Definition at line 98 of file Pythia6Gun.cc.
|
protectedpure virtual |
Implemented in gen::Pythia6PtYDistGun, gen::Pythia6EGun, gen::Pythia6JetGun, gen::Pythia6PartonEGun, gen::Pythia6PartonPtGun, and gen::Pythia6PtGun.
Referenced by produce().
|
protected |
Definition at line 230 of file Pythia6Gun.cc.
References fEvt, and edm::Event::put().
Referenced by produce().
|
overridevirtual |
Implements edm::EDProducer.
Definition at line 202 of file Pythia6Gun.cc.
References attachPy6DecaysToGenEvent(), gen::call_pylist(), edm::EventID::event(), fEvt, fHepMCVerbosity, fMaxEventsToPrint, fPy6Service, fPylistVerbosity, generateEvent(), edm::EventBase::id(), loadEvent(), pypars, gen::Pythia6Service::randomEngine(), and edm::Event::streamID().
|
protected |
Definition at line 71 of file Pythia6Gun.h.
Referenced by attachPy6DecaysToGenEvent(), gen::Pythia6EGun::generateEvent(), gen::Pythia6PtGun::generateEvent(), gen::Pythia6PartonPtGun::generateEvent(), gen::Pythia6JetGun::generateEvent(), gen::Pythia6PartonEGun::generateEvent(), gen::Pythia6PtYDistGun::generateEvent(), loadEvent(), and produce().
|
protected |
Definition at line 78 of file Pythia6Gun.h.
Referenced by produce(), and Pythia6Gun().
|
protected |
Definition at line 80 of file Pythia6Gun.h.
Referenced by produce(), and Pythia6Gun().
|
protected |
Definition at line 67 of file Pythia6Gun.h.
Referenced by gen::Pythia6EGun::generateEvent(), gen::Pythia6PartonEGun::generateEvent(), gen::Pythia6PtGun::generateEvent(), gen::Pythia6PartonPtGun::generateEvent(), gen::Pythia6JetGun::generateEvent(), gen::Pythia6PtYDistGun::generateEvent(), and Pythia6Gun().
|
protected |
Definition at line 66 of file Pythia6Gun.h.
Referenced by gen::Pythia6EGun::generateEvent(), gen::Pythia6PartonEGun::generateEvent(), gen::Pythia6PtGun::generateEvent(), gen::Pythia6PartonPtGun::generateEvent(), gen::Pythia6JetGun::generateEvent(), gen::Pythia6PtYDistGun::generateEvent(), and Pythia6Gun().
|
protected |
Definition at line 65 of file Pythia6Gun.h.
Referenced by attachPy6DecaysToGenEvent().
|
protected |
Definition at line 61 of file Pythia6Gun.h.
Referenced by beginLuminosityBlock(), gen::Pythia6JetGun::generateEvent(), gen::Pythia6PtGun::generateEvent(), gen::Pythia6PartonPtGun::generateEvent(), gen::Pythia6PartonEGun::generateEvent(), gen::Pythia6EGun::generateEvent(), gen::Pythia6PtYDistGun::generateEvent(), produce(), and ~Pythia6Gun().
|
protected |
Definition at line 79 of file Pythia6Gun.h.
Referenced by produce(), and Pythia6Gun().