#include <physpars.h>
Inheritance diagram for sPhysical:
Public Member Functions | |
sPhysical () | |
Constructor: initialises with zeroes. | |
sPhysical (const sPhysical &) | |
sPhysical | displaysPhysical () const |
Displays the object in situations where a const is required. | |
void | setsPhysical (const sPhysical &s) |
Sets whole contents to those of another object s. | |
const sPhysical & | operator= (const sPhysical &s) |
Sets whole contents to those of another object s. | |
void | display (double *a) const |
Displays contents in a C-style convention *a (starts with index zero). | |
Public Attributes | |
DoubleVector | mhiggs |
in order: h^0, A^0, H^0, H^+- | |
DoubleVector | msnu |
sneutrino masses | |
DoubleVector | mch |
chargino/neutralino masses: ordered | |
DoubleVector | mneut |
chargino/neutralino masses: ordered | |
double | mGluino |
Gluino mass. | |
DoubleMatrix | mixNeut |
neutralino mixing | |
double | thetaL |
chargino and third family mixing angles | |
double | thetaR |
chargino and third family mixing angles | |
double | thetat |
chargino and third family mixing angles | |
double | thetab |
chargino and third family mixing angles | |
double | thetatau |
chargino and third family mixing angles | |
DoubleMatrix | mu |
sparticle masses in order (i=L/R, family) | |
DoubleMatrix | md |
sparticle masses in order (i=L/R, family) | |
DoubleMatrix | me |
sparticle masses in order (i=L/R, family) | |
double | thetaH |
Higgs mixing angle (alpha). | |
double | t1OV1Ms |
DRbar tadpoles evaluated at MSusy. | |
double | t2OV2Ms |
DRbar tadpoles evaluated at MSusy. | |
double | t1OV1Ms1loop |
DRbar tadpoles evaluated at MSusy. | |
double | t2OV2Ms1loop |
DRbar tadpoles evaluated at MSusy. | |
DoubleMatrix | aChi0ChicW |
Feynman rules. | |
DoubleMatrix | bChi0ChicW |
Feynman rules. |
|
Constructor copies another object |