SOFTSUSY
4.1
|
#include "def.h"
Namespaces | |
softsusy | |
global variable declaration | |
Variables | |
int | softsusy::PRINTOUT = 0 |
no verbose debug output More... | |
double | softsusy::TOLERANCE = 1.0e-4 |
fractional accuracy required - may need to make smaller for accurate More... | |
double | softsusy::GMU = 1.16637e-5 |
decay constant of muon More... | |
bool | softsusy::SoftHiggsOut = false |
bool | softsusy::NMSSMTools = false |
int | softsusy::numHiggsMassLoops = 2 |
int | softsusy::numRewsbLoops = 2 |
Set to number of loops to use for REWSB condition up to the default of 2. | |
double | softsusy::MZ = MZCENT |
global pole mass of MZ in GeV - MZCENT is defined in def.h More... | |
bool | softsusy::susyRpvBCatMSUSY = false |
default is to fix RPV parameters at the GUT scale More... | |
bool | softsusy::forceSlha1 = false |
default: use SLHA1 conventions for RPV output More... | |
bool | softsusy::slha2setTrilinear [] |
default is to have no trilinears set by SLHA2 conventions More... | |
bool | softsusy::printRuledOutSpectra = false |
default is to not print out theoretically excluded spectra More... | |
bool | softsusy::mAFlag = false |
default is to set tree-level tachyonic A masses to 0 in loops More... | |
long | softsusy::idummySave = -22 |
random number seed More... | |
bool | softsusy::sphenoMassConv = false |
double | softsusy::sw2 = 1.0 - MW * MW / (MZ * MZ) |
Some parameters used in the computation. | |
double | softsusy::gnuL = 0.5 |
double | softsusy::guL = 0.5 - 2.0 * sw2 / 3.0 |
double | softsusy::gdL = -0.5 + sw2 / 3.0 |
double | softsusy::geL = -0.5 + sw2 |
double | softsusy::guR = 2.0 * sw2 / 3.0 |
double | softsusy::gdR = -sw2 / 3.0 |
double | softsusy::geR = -sw2 |
double | softsusy::yuL = 1.0 / 3.0 |
double | softsusy::yuR = -4.0 / 3.0 |
double | softsusy::ydL = 1.0 / 3.0 |
double | softsusy::ydR = 2.0 / 3.0 |
double | softsusy::yeL = -1.0 |
double | softsusy::yeR = 2.0 |
double | softsusy::ynuL = -1.0 |
double | softsusy::minBR = 1.0e-6 |
Default: print out branching ratios bigger than \(10^{-6}\). More... | |
bool | softsusy::threeBodyDecays = true |
Default: calculate three-body decays. More... | |
bool | softsusy::outputPartialWidths = false |
Default: don't output partial widths in decays. More... | |
bool | softsusy::calcDecays = false |
Default: don't calculate decays. More... | |
bool | softsusy::inputMhPole = false |
Default: don't input pole Higgs masses in command line. More... | |
bool | softsusy::inputMA0Pole = false |
bool | softsusy::inputMH0Pole = false |
bool | softsusy::inputMHpmPole = false |
double | softsusy::fixMhPole = 0. |
extern values for those quantities | |
double | softsusy::fixMA0Pole = 0. |
double | softsusy::fixMH0Pole = 0. |
double | softsusy::fixMHpmPole = 0. |
bool | softsusy::USE_TWO_LOOP_GAUGE_YUKAWA = false |
bool | softsusy::MB_DECOUPLING = false |
bool | softsusy::USE_TWO_LOOP_SPARTICLE_MASS = false |
Various two-loop thresholds, eg 2-loop QCD corrections to m_gluino. | |
int | softsusy::expandAroundGluinoPole = 3 |
Default: expand around gluino and squark pole masses. More... | |
bool | softsusy::setsVevEWSB = false |
Quick start bool to trap svev setting rather than xiS setting. More... | |