|
PYTHIA
8.316
|
The StringPT class is used to select select transverse momenta. More...
#include <FragmentationFlavZpT.h>
Public Member Functions | |
| StringPT () | |
| Constructor. | |
| virtual | ~StringPT () |
| Destructor. | |
| virtual void | init () |
| Initialize data members. More... | |
| virtual pair< double, double > | pxy (int idIn=0, double kappaModifier=-1.0) |
| Return px and py as a pair. More... | |
| virtual double | suppressPT2 (double pT2) |
| Gaussian suppression of given pT2; used in MiniStringFragmentation. | |
Public Member Functions inherited from PhysicsBase | |
| void | initInfoPtr (Info &infoPtrIn) |
| This function is called from above for physics objects used in a run. More... | |
| virtual | ~PhysicsBase () |
| Empty virtual destructor. | |
| bool | flag (string key) const |
| Shorthand to read settings values. | |
| int | mode (string key) const |
| double | parm (string key) const |
| string | word (string key) const |
| vector< bool > | fvec (string key) const |
| vector< int > | mvec (string key) const |
| vector< double > | pvec (string key) const |
| vector< string > | wvec (string key) const |
Protected Attributes | |
| double | sigmaQ |
| Initialization data, to be read from Settings. | |
| double | enhancedFraction |
| double | enhancedWidth |
| double | sigma2Had |
| bool | useWidthPre {false} |
| Optional enhanced pT widths for strange and/or diquarks. | |
| double | widthPreStrange {1.} |
| double | widthPreQQ0 {1.} |
| double | widthPreQQ1 {1.} |
| bool | closePacking |
| Special for closepacking. | |
| double | enhancePT |
| double | exponentMPI |
| double | exponentNSP |
Protected Attributes inherited from PhysicsBase | |
| Info * | infoPtr = {} |
| Settings * | settingsPtr = {} |
| Pointer to the settings database. | |
| ParticleData * | particleDataPtr = {} |
| Pointer to the particle data table. | |
| Logger * | loggerPtr = {} |
| Pointer to logger. | |
| HadronWidths * | hadronWidthsPtr = {} |
| Pointer to the hadron widths data table. | |
| Rndm * | rndmPtr = {} |
| Pointer to the random number generator. | |
| CoupSM * | coupSMPtr = {} |
| Pointers to SM and SUSY couplings. | |
| CoupSUSY * | coupSUSYPtr = {} |
| BeamSetup * | beamSetupPtr = {} |
| BeamParticle * | beamAPtr = {} |
| BeamParticle * | beamBPtr = {} |
| BeamParticle * | beamPomAPtr = {} |
| BeamParticle * | beamPomBPtr = {} |
| BeamParticle * | beamGamAPtr = {} |
| BeamParticle * | beamGamBPtr = {} |
| BeamParticle * | beamVMDAPtr = {} |
| BeamParticle * | beamVMDBPtr = {} |
| PartonSystems * | partonSystemsPtr = {} |
| Pointer to information on subcollision parton locations. | |
| SigmaTotal * | sigmaTotPtr = {} |
| Pointers to the total/elastic/diffractive cross sections. | |
| SigmaCombined * | sigmaCmbPtr = {} |
| set< PhysicsBase * > | subObjects |
| UserHooksPtr | userHooksPtr |
| mutex * | mutexPtr |
| Mutex that should be locked for thread-unsafe code. | |
Static Protected Attributes | |
| static const double | SIGMAMIN = 0.2 |
| Constants: could only be changed in the code itself. More... | |
Additional Inherited Members | |
Public Types inherited from 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, HADRONLEVEL_USERVETO } |
| Enumerate the different status codes the event generation can have. | |
Protected Member Functions inherited from PhysicsBase | |
| PhysicsBase () | |
| Default constructor. | |
| virtual void | onInitInfoPtr () |
| virtual void | onBeginEvent () |
| This function is called in the very beginning of each Pythia::next call. | |
| virtual void | onEndEvent (Status) |
| virtual void | onStat () |
| This function is called from the Pythia::stat() call. | |
| virtual void | onStat (vector< PhysicsBase * >, Pythia *) |
| void | registerSubObject (PhysicsBase &pb) |
| Register a sub object that should have its information in sync with this. | |
The StringPT class is used to select select transverse momenta.
|
virtual |
Initialize data members.
Initialize data members of the string pT selection.
Set the fragmentation weights container.
Parameters of the pT width and enhancements.
Enhanced-width prefactor for MPIs and/or nearby string pieces.
Parameter for pT suppression in MiniStringFragmentation.
Reimplemented in ThermalStringPT, and HVStringPT.
|
virtual |
Return px and py as a pair.
Generate Gaussian pT such that <p_x^2> = <p_x^2> = sigma^2 = width^2/2, but with small fraction multiplied up to a broader spectrum. The missing first arguent is idIn, if a flavour depedence is desired.
Normal (classical) width selection and factor for sigma variations.
Optional prefactor for strange quarks and/or diquarks.
Enhanced-width prefactor for MPIs and/or nearby string pieces.
Generate (p_x, p_y) pair.
Calculate the weights from the variations.
Return the result.
Reimplemented in ThermalStringPT.
|
staticprotected |
Constants: could only be changed in the code itself.
The StringPT class.
Constants: could be changed here if desired, but normally should not. These are of technical nature, as described for each. To avoid division by zero one must have sigma > 0.
1.8.11