softsusy is hosted by Hepforge, IPPP Durham
SOFTSUSY  4.1
decays.h
Go to the documentation of this file.
1 
11 #ifndef DECAYS_H
12 #define DECAYS_H
13 
14 #include "nmssmsoftsusy.h"
15 #include "softsusy.h"
16 #include "physpars.h"
17 #include "lowe.h"
18 #include "def.h"
19 #include "softpars.h"
20 #include "softsusy.h"
21 #include "flavoursoft.h"
22 #include "susy.h"
23 #include "particle.h"
24 #include "twoBodyDecays.h"
25 #include "threeBodyDecays.h"
26 #include <iostream>
27 #include <cstring>
28 #include <stdlib.h>
29 #include <cmath>
30 #include <stdlib.h>
31 #include <vector>
32 #include <iomanip>
33 #include <complex>
34 
35 using namespace std;
36 
38 extern double m1, m2, m3, m4, mq, m5, m6, m7, m8, MZboson, MWboson, mh,
39  mH, mA, mphi, betavac, g1, g2, alphamix;
40 extern int neutralinoj, neutralinoi, AorhorH;
41 extern DoubleMatrix NeutMIX;
42 
44 int calculateDecays(ostream & out, MssmSoftsusy * r,
45  vector<Particle> & decayTable,
46  const NmssmSoftsusy & nmssm, bool nmssmIsIt);
47 
48 #endif
Matrix from 1..rows, 1..cols of double values.
Definition: linalg.h:214
Contains all supersymmetric MSSM parameters, incorporating R_p MSSM.
Definition: softsusy.h:74
Contains all supersymmetric NMSSM parameters, incorporating R_p NMSSM.
Definition: nmssmsoftsusy.h:44
double m1
global decay variables
Definition: decays.cpp:14
int calculateDecays(ostream &out, MssmSoftsusy *r, vector< Particle > &decayTable, const NmssmSoftsusy &nmssm, bool nmssmIsIt)
Calculate Decays does all decay table calculations and outputs.
Definition: decays.cpp:20
switches (options) and parameters such as default fermion masses, required accuracy etc
Header file for RP conserving MSSM object including all (real) soft SUSY breaking parameters and (rea...
QedQcd object contains Standard Model quark and lepton masses. It integrates them using 3 loop qcd x ...
NmssmSoftsusy object contains all the NMSSM functionality: SUSY breaking and preserving parameters,...
Definitions of particles and container for decay widths.
Flags for potential problems in sProblem structure, and structure for containing physical MSSM parame...
Soft SUSY breaking parameters.
Header file for RP conserving MSSM object including all (real) soft SUSY breaking parameters and (rea...
MssmSusy contains all SUSY couplings and tan beta, as well as their beta functions.
Code calculates three-body decay modes and prints out an SLHA format file with them in....
Code calculates two body decay modes of sparticles and Higgs. See arxiv:1703.09717.