StRoot
1
|
Public Member Functions | |
Dire (MergingHooksPtr mergingHooksPtrIn, PartonVertexPtr partonVertexPtrIn) | |
void | beginEvent () |
void | endEvent (PhysicsBase::Status status) |
void | createPointers () |
bool | init (MergingPtr, MergingHooksPtr, PartonVertexPtr, WeightContainer *) |
bool | initAfterBeams () |
void | initTune () |
void | initShowersAndWeights () |
void | setup (BeamParticle *beamA, BeamParticle *beamB) |
void | printBanner () |
TimeShowerPtr | getTimeShower () const |
TimeShowerPtr | getTimeDecShower () const |
SpaceShowerPtr | getSpaceShower () const |
MergingHooksPtr | getMergingHooks () const |
MergingPtr | getMerging () const |
Public Member Functions inherited from Pythia8::PhysicsBase | |
void | initInfoPtr (Info &infoPtrIn) |
bool | flag (string key) const |
int | mode (string key) const |
double | parm (string key) const |
string | word (string key) const |
Public Attributes | |
MergingHooksPtr | pythiaMergingHooksPtr |
PartonVertexPtr | partonVertexPtr |
DireWeightContainer * | weightsPtr |
shared_ptr< DireTimes > | timesPtr |
shared_ptr< DireTimes > | timesDecPtr |
shared_ptr< DireSpace > | spacePtr |
DireSplittingLibrary * | splittings |
DireHooks * | hooksPtr |
DireInfo | direInfo |
shared_ptr< DireMerging > | mergingPtr |
DireHardProcess * | hardProcessPtr |
shared_ptr< DireMergingHooks > | mergingHooksPtr |
bool | hasOwnWeights |
bool | hasOwnTimes |
bool | hasOwnTimesDec |
bool | hasOwnSpace |
bool | hasOwnSplittings |
bool | hasOwnHooks |
bool | hasUserHooks |
bool | hasOwnHardProcess |
bool | hasOwnMergingHooks |
bool | initNewSettings |
bool | isInit |
bool | isInitShower |
bool | printBannerSave |
Additional Inherited Members | |
Public Types inherited from Pythia8::PhysicsBase | |
enum | Status { INCOMPLETE = -1, COMPLETE = 0, CONSTRUCTOR_FAILED, INIT_FAILED, LHEF_END, LOWENERGY_FAILED, PROCESSLEVEL_FAILED, PROCESSLEVEL_USERVETO, MERGING_FAILED, PARTONLEVEL_FAILED, PARTONLEVEL_USERVETO, HADRONLEVEL_FAILED, CHECK_FAILED, OTHER_UNPHYSICAL, HEAVYION_FAILED } |
Protected Member Functions inherited from Pythia8::PhysicsBase | |
virtual void | onInitInfoPtr () |
virtual void | onBeginEvent () |
virtual void | onEndEvent (Status) |
virtual void | onStat () |
void | registerSubObject (PhysicsBase &pb) |
Protected Attributes inherited from Pythia8::ShowerModel | |
TimeShowerPtr | timesPtr {} |
TimeShowerPtr | timesDecPtr {} |
SpaceShowerPtr | spacePtr {} |
MergingPtr | mergingPtr {} |
MergingHooksPtr | mergingHooksPtr {} |
Protected Attributes inherited from Pythia8::PhysicsBase | |
Info * | infoPtr = {} |
Settings * | settingsPtr = {} |
ParticleData * | particleDataPtr = {} |
HadronWidths * | hadronWidthsPtr = {} |
Rndm * | rndmPtr = {} |
CoupSM * | coupSMPtr = {} |
CoupSUSY * | coupSUSYPtr = {} |
BeamParticle * | beamAPtr = {} |
BeamParticle * | beamBPtr = {} |
BeamParticle * | beamPomAPtr = {} |
BeamParticle * | beamPomBPtr = {} |
BeamParticle * | beamGamAPtr = {} |
BeamParticle * | beamGamBPtr = {} |
BeamParticle * | beamVMDAPtr = {} |
BeamParticle * | beamVMDBPtr = {} |
PartonSystems * | partonSystemsPtr = {} |
SigmaTotal * | sigmaTotPtr = {} |
set< PhysicsBase * > | subObjects |
UserHooksPtr | userHooksPtr |