PYTHIA
8.312
|
#include <SigmaOnia.h>
Protected Member Functions | |
OniaSetup ()=default | |
Constructors. | |
OniaSetup (Info *infoPtrIn, int flavourIn, string pre="") | |
The constructor. More... | |
void | initStates (string wave, const vector< int > &states, vector< int > &jnums, bool &valid, bool duplicate=true) |
Intialise and check settings. More... | |
void | initSettings (string wave, unsigned int size, const vector< string > &names, vector< vector< double > > &pvecs, bool &valid) |
Initialise and check a group of PVec settings. | |
void | initSettings (string wave, unsigned int size, const vector< string > &names, vector< vector< bool > > &fvecs, bool &valid) |
Initialise and check a group of FVec settings. | |
Protected Attributes | |
Info * | infoPtr = {} |
Stored pointers. | |
Logger * | loggerPtr = {} |
Settings * | settingsPtr = {} |
ParticleData * | particleDataPtr = {} |
vector< int > | states3S1 |
Stored vectors of settings. | |
vector< int > | states3PJ |
vector< int > | spins3S1 |
vector< int > | spins3PJ |
vector< string > | meNames3S1 |
vector< string > | meNames3PJ |
vector< vector< double > > | mes3S1 |
vector< vector< double > > | mes3PJ |
bool | onia {} |
Stored validity and production flags. | |
bool | onia3S1 {} |
bool | onia3PJ {} |
bool | oniaFlavour {} |
bool | valid3S1 {true} |
bool | valid3PJ {true} |
int | flavour {} |
string | cat |
string | key |
double | mSplit {} |
Stored parameters. | |
A helper class used to check onia settings. Used for the parton shower and hard process.
The constructor.
OniaSetup class. A helper class used to check onia settings. Used for the parton shower and hard process.
Set the category/key strings and mass splitting.
Set the common general switch settings.
Set the names of the common long-distance matrix-element settings.
|
protected |
Intialise and check settings.
Initialise and check the flavour, j-number, and validity of states.
Check state is unique and remove if not.
Determine quark composition and quantum numbers.
Check state validity.