StRoot
1
|
Public Member Functions | |
virtual void | init (Settings &settings, ParticleData &particleData, Rndm *rndmPtrIn) |
virtual double | zFrag (int idOld, int idNew=0, double mT2=1.) |
virtual double | stopMass () |
virtual double | stopNewFlav () |
virtual double | stopSmear () |
virtual double | bAreaLund () |
virtual void | init (Settings &settings, ParticleData &particleData, Rndm *rndmPtrIn) |
virtual double | zFrag (int idOld, int idNew=0, double mT2=1.) |
virtual double | stopMass () |
virtual double | stopNewFlav () |
virtual double | stopSmear () |
virtual double | bAreaLund () |
virtual void | init (Settings &settings, ParticleData &particleData, Rndm *rndmPtrIn, Info *infoPtrIn) |
virtual double | zFrag (int idOld, int idNew=0, double mT2=1.) |
virtual double | stopMass () |
virtual double | stopNewFlav () |
virtual double | stopSmear () |
virtual double | aAreaLund () |
virtual double | bAreaLund () |
bool | deriveBLund (Settings &settings, ParticleData &particleData) |
virtual void | init () |
virtual double | zFrag (int idOld, int idNew=0, double mT2=1.) |
virtual double | stopMass () |
virtual double | stopNewFlav () |
virtual double | stopSmear () |
virtual double | aAreaLund () |
virtual double | bAreaLund () |
bool | deriveBLund () |
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 | |
double | zLund (double a, double b, double c=1.) |
double | zPeterson (double epsilon) |
double | zLund (double a, double b, double c=1.) |
double | zPeterson (double epsilon) |
double | zLund (double a, double b, double c=1.) |
double | zPeterson (double epsilon) |
double | zLund (double a, double b, double c=1.) |
double | zPeterson (double epsilon) |
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 | |
bool | usePetersonC |
bool | usePetersonB |
bool | usePetersonH |
double | mc2 |
double | mb2 |
double | aLund |
double | bLund |
double | aExtraDiquark |
double | rFactC |
double | rFactB |
double | rFactH |
double | epsilonC |
double | epsilonB |
double | epsilonH |
double | stopM |
double | stopNF |
double | stopS |
Rndm * | rndmPtr |
bool | useNonStandC |
bool | useNonStandB |
bool | useNonStandH |
double | aExtraSQuark |
double | aNonC |
double | aNonB |
double | aNonH |
double | bNonC |
double | bNonB |
double | bNonH |
Info * | infoPtr |
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 |
Static Protected Attributes | |
static const double | CFROMUNITY = 0.01 |
static const double | AFROMZERO = 0.02 |
static const double | AFROMC = 0.01 |
static const double | EXPMAX = 50. |
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 } |
Definition at line 124 of file FragmentationFlavZpT.h.