StRoot
1
|
Public Member Functions | |
bool | init (Info *infoPtrIn, Settings &settings, ParticleData *particleDataPtrIn, Rndm *rndmPtrIn, BeamParticle *beamAPtrIn, BeamParticle *beamBPtrIn, Couplings *couplingsPtrIn, SigmaTotal *sigmaTotPtrIn, bool doLHAin, SusyLesHouches *slhaPtrIn, UserHooks *userHooksPtrIn, vector< SigmaProcess * > &sigmaPtrs, ostream &os=cout) |
void | setLHAPtr (LHAup *lhaUpPtrIn) |
bool | next (Event &process) |
void | accumulate () |
void | statistics (bool reset=false, ostream &os=cout) |
void | resetStatistics () |
void | findJunctions (Event &junEvent) |
bool | init (Info *infoPtrIn, Settings &settings, ParticleData *particleDataPtrIn, Rndm *rndmPtrIn, BeamParticle *beamAPtrIn, BeamParticle *beamBPtrIn, Couplings *couplingsPtrIn, SigmaTotal *sigmaTotPtrIn, bool doLHAin, SLHAinterface *slhaInterfacePtrIn, UserHooks *userHooksPtrIn, vector< SigmaProcess * > &sigmaPtrs, ostream &os=cout) |
void | setLHAPtr (LHAup *lhaUpPtrIn) |
bool | next (Event &process) |
bool | nextLHAdec (Event &process) |
void | accumulate () |
void | statistics (bool reset=false, ostream &os=cout) |
void | resetStatistics () |
void | findJunctions (Event &junEvent) |
void | initDecays (Info *infoPtrIn, ParticleData *particleDataPtrIn, Rndm *rndmPtrIn, LHAup *lhaUpPtrIn) |
bool | nextDecays (Event &process) |
bool | init (Info *infoPtrIn, Settings &settings, ParticleData *particleDataPtrIn, Rndm *rndmPtrIn, BeamParticle *beamAPtrIn, BeamParticle *beamBPtrIn, BeamParticle *beamGamAPtrIn, BeamParticle *beamGamBPtrIn, BeamParticle *beamVMDAPtrIn, BeamParticle *beamVMDBPtrIn, Couplings *couplingsPtrIn, SigmaTotal *sigmaTotPtrIn, bool doLHAin, SLHAinterface *slhaInterfacePtrIn, UserHooks *userHooksPtrIn, vector< SigmaProcess * > &sigmaPtrs, vector< PhaseSpace * > &phaseSpacePtrs) |
void | setLHAPtr (LHAup *lhaUpPtrIn) |
bool | next (Event &process) |
bool | nextLHAdec (Event &process) |
void | accumulate (bool doAccumulate=true) |
void | statistics (bool reset=false) |
void | resetStatistics () |
void | findJunctions (Event &junEvent) |
void | initDecays (Info *infoPtrIn, Settings &settings, ParticleData *particleDataPtrIn, Rndm *rndmPtrIn, LHAup *lhaUpPtrIn) |
bool | nextDecays (Event &process) |
bool | init (bool doLHAin, SLHAinterface *slhaInterfacePtrIn, vector< SigmaProcess * > &sigmaPtrs, vector< PhaseSpace * > &phaseSpacePtrs) |
void | setLHAPtr (LHAupPtr lhaUpPtrIn) |
bool | next (Event &process) |
bool | nextLHAdec (Event &process) |
void | accumulate (bool doAccumulate=true) |
void | statistics (bool reset=false) |
void | resetStatistics () |
void | findJunctions (Event &junEvent) |
void | initDecays (LHAupPtr lhaUpPtrIn) |
bool | nextDecays (Event &process) |
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 |
Protected Member Functions | |
virtual void | onInitInfoPtr () override |
Protected Member Functions inherited from Pythia8::PhysicsBase | |
virtual void | onBeginEvent () |
virtual void | onEndEvent (Status) |
virtual void | onStat () |
void | registerSubObject (PhysicsBase &pb) |
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 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 |
Definition at line 35 of file ProcessLevel.h.