#include <ExternalDecayDriver.h>
Public Member Functions | |
HepMC::GenEvent * | decay (HepMC::GenEvent *) |
ExternalDecayDriver (const edm::ParameterSet &) | |
void | init (const edm::EventSetup &) |
const std::vector< int > & | operatesOnParticles () |
void | setRandomEngine (CLHEP::HepRandomEngine *) |
std::vector< std::string > const & | sharedResources () const |
const std::vector< std::string > & | specialSettings () |
void | statistics () const |
~ExternalDecayDriver () | |
Private Attributes | |
std::vector< std::string > | exSharedResources |
EvtGenInterface * | fEvtGenInterface |
bool | fIsInitialized |
std::vector< int > | fPDGs |
PhotosInterface * | fPhotosInterface |
std::vector< std::string > | fSpecialSettings |
TauolaInterface * | fTauolaInterface |
Definition at line 25 of file ExternalDecayDriver.h.
ExternalDecayDriver::ExternalDecayDriver | ( | const edm::ParameterSet & | pset | ) |
Definition at line 19 of file ExternalDecayDriver.cc.
References gen::PhotosInterface::avoidTauLeptonicDecays(), gen::PhotosInterface::configureOnlyFor(), exSharedResources, fEvtGenInterface, fPhotosInterface, fTauolaInterface, gen::TauolaInterface::getInstance(), edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), edm::SharedResourceNames::kEvtGen, edm::SharedResourceNames::kPhotos, edm::SharedResourceNames::kPythia6, edm::SharedResourceNames::kTauola, gen::TauolaInterface::setPSet(), and AlCaHLTBitMon_QueryRunRegistry::string.
ExternalDecayDriver::~ExternalDecayDriver | ( | ) |
Definition at line 61 of file ExternalDecayDriver.cc.
References fEvtGenInterface, fPhotosInterface, and fTauolaInterface.
HepMC::GenEvent * ExternalDecayDriver::decay | ( | HepMC::GenEvent * | evt | ) |
Definition at line 68 of file ExternalDecayDriver.cc.
References gen::PhotosInterface::apply(), gen::EvtGenInterface::decay(), gen::TauolaInterface::decay(), fEvtGenInterface, fIsInitialized, fPhotosInterface, and fTauolaInterface.
void ExternalDecayDriver::init | ( | const edm::EventSetup & | es | ) |
Definition at line 94 of file ExternalDecayDriver.cc.
References fEvtGenInterface, fIsInitialized, fPDGs, fPhotosInterface, fSpecialSettings, fTauolaInterface, i, gen::PhotosInterface::init(), gen::EvtGenInterface::init(), gen::TauolaInterface::init(), gen::EvtGenInterface::operatesOnParticles(), gen::TauolaInterface::operatesOnParticles(), and gen::PhotosInterface::specialSettings().
|
inline |
void ExternalDecayDriver::setRandomEngine | ( | CLHEP::HepRandomEngine * | v | ) |
Definition at line 151 of file ExternalDecayDriver.cc.
References decayRandomEngine, fEvtGenInterface, fTauolaInterface, gen::EvtGenInterface::setRandomEngine(), gen::TauolaInterface::setRandomEngine(), and gen::v.
|
inline |
Definition at line 43 of file ExternalDecayDriver.h.
References exSharedResources.
|
inline |
Definition at line 36 of file ExternalDecayDriver.h.
References fSpecialSettings.
void ExternalDecayDriver::statistics | ( | ) | const |
Definition at line 144 of file ExternalDecayDriver.cc.
References fTauolaInterface, and gen::TauolaInterface::statistics().
|
private |
Definition at line 54 of file ExternalDecayDriver.h.
Referenced by ExternalDecayDriver(), and sharedResources().
|
private |
Definition at line 49 of file ExternalDecayDriver.h.
Referenced by decay(), ExternalDecayDriver(), init(), setRandomEngine(), and ~ExternalDecayDriver().
|
private |
Definition at line 47 of file ExternalDecayDriver.h.
|
private |
Definition at line 51 of file ExternalDecayDriver.h.
Referenced by init(), and operatesOnParticles().
|
private |
Definition at line 50 of file ExternalDecayDriver.h.
Referenced by decay(), ExternalDecayDriver(), init(), and ~ExternalDecayDriver().
|
private |
Definition at line 52 of file ExternalDecayDriver.h.
Referenced by init(), and specialSettings().
|
private |
Definition at line 48 of file ExternalDecayDriver.h.
Referenced by decay(), ExternalDecayDriver(), init(), setRandomEngine(), statistics(), and ~ExternalDecayDriver().