![]() |
![]() |
#include <ExhumeProducer.h>
Public Member Functions | |
void | endRun (Run &r) |
ExhumeProducer (const ParameterSet &) | |
Constructor. More... | |
virtual | ~ExhumeProducer () |
Destructor. More... | |
![]() | |
EDProducer () | |
virtual | ~EDProducer () |
![]() | |
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 () |
Private Member Functions | |
void | clear () |
virtual void | produce (edm::Event &e, const EventSetup &es) |
Interface to the PYGIVE pythia routine, with add'l protections. More... | |
Private Attributes | |
double | comEnergy_ |
unsigned int | eventNumber_ |
HepMC::GenEvent * | evt |
Exhume::Event * | exhumeEvent_ |
Exhume::CrossSection * | exhumeProcess_ |
double | extCrossSect_ |
double | extFilterEff_ |
CLHEP::HepRandomEngine * | fRandomEngine |
CLHEP::RandFlat * | fRandomGenerator |
unsigned int | maxEventsToPrint_ |
Events to print if verbosity. More... | |
bool | pythiaHepMCVerbosity_ |
HepMC verbosity flag. More... | |
unsigned int | pythiaPylistVerbosity_ |
Pythia PYLIST Verbosity flag. More... | |
int | sigID_ |
Additional Inherited Members | |
![]() | |
typedef EDProducer | ModuleType |
typedef WorkerT< EDProducer > | WorkerType |
![]() | |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
![]() | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
![]() | |
CurrentProcessingContext const * | currentContext () const |
![]() | |
template<class TProducer , class TMethod > | |
void | callWhenNewProductsRegistered (TProducer *iProd, TMethod iMethod) |
Definition at line 28 of file ExhumeProducer.h.
ExhumeProducer::ExhumeProducer | ( | const ParameterSet & | pset | ) |
Constructor.
Definition at line 73 of file ExhumeProducer.cc.
References edm::errors::Configuration, edm::hlt::Exception, exhumeEvent_, exhumeProcess_, fRandomEngine, fRandomGenerator, edm::RandomNumberGenerator::getEngine(), edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), maxEventsToPrint_, pythiaHepMCVerbosity_, pythiaPylistVerbosity_, randomEngine, Exhume::Event::SetMassRange(), Exhume::Event::SetParameterSpace(), and sigID_.
|
virtual |
Destructor.
Definition at line 152 of file ExhumeProducer.cc.
References clear().
|
private |
Definition at line 161 of file ExhumeProducer.cc.
References exhumeEvent_, and exhumeProcess_.
Referenced by ~ExhumeProducer().
void ExhumeProducer::endRun | ( | Run & | r | ) |
Definition at line 166 of file ExhumeProducer.cc.
References Exhume::Event::CrossSectionCalculation(), fwrapper::cs, interpolateCardsSimple::eff, exhumeEvent_, exhumeProcess_, extCrossSect_, extFilterEff_, Exhume::Event::GetEfficiency(), Exhume::CrossSection::GetName(), mergeVDriftHistosByStation::name, and edm::Run::put().
|
privatevirtual |
Interface to the PYGIVE pythia routine, with add'l protections.
Implements edm::EDProducer.
Definition at line 189 of file ExhumeProducer.cc.
References call_pylist(), conv, edm::EventID::event(), eventNumber_, exhumeEvent_, exhumeProcess_, Exhume::Event::Generate(), TtGenEvtProducer_cfi::genEvt, Exhume::CrossSection::GetName(), Exhume::CrossSection::Hadronise(), edm::EventBase::id(), maxEventsToPrint_, pypars, pythiaHepMCVerbosity_, pythiaPylistVerbosity_, and sigID_.
|
private |
Definition at line 60 of file ExhumeProducer.h.
|
private |
Definition at line 75 of file ExhumeProducer.h.
Referenced by produce().
|
private |
Definition at line 51 of file ExhumeProducer.h.
|
private |
Definition at line 69 of file ExhumeProducer.h.
Referenced by clear(), endRun(), ExhumeProducer(), and produce().
|
private |
Definition at line 70 of file ExhumeProducer.h.
Referenced by clear(), endRun(), ExhumeProducer(), and produce().
|
private |
Definition at line 63 of file ExhumeProducer.h.
Referenced by endRun().
|
private |
Definition at line 64 of file ExhumeProducer.h.
Referenced by endRun().
|
private |
Definition at line 66 of file ExhumeProducer.h.
Referenced by ExhumeProducer().
|
private |
Definition at line 67 of file ExhumeProducer.h.
Referenced by ExhumeProducer().
|
private |
Events to print if verbosity.
Definition at line 58 of file ExhumeProducer.h.
Referenced by ExhumeProducer(), and produce().
|
private |
HepMC verbosity flag.
Definition at line 56 of file ExhumeProducer.h.
Referenced by ExhumeProducer(), and produce().
|
private |
Pythia PYLIST Verbosity flag.
Definition at line 54 of file ExhumeProducer.h.
Referenced by ExhumeProducer(), and produce().
|
private |
Definition at line 72 of file ExhumeProducer.h.
Referenced by ExhumeProducer(), and produce().