softsusy
is hosted by
Hepforge
,
IPPP Durham
SOFTSUSY
4.1
src
higher_order.h
Go to the documentation of this file.
1
10
#ifndef HIGHERORDER_H
11
#define HIGHERORDER_H
12
13
typedef
struct
{
14
//Inputs
15
double
gp, g, g3, ytop, ybot, ytau;
16
double
vu, vd, mu, Q;
17
double
m1
, m2, m3, atop, abot, atau, b, m2Hu, m2Hd;
18
double
m2Q[3], m2u[3], m2d[3], m2L[3], m2e[3];
19
// DGRDGR added mh0:
20
double
mtop, mh0;
21
//Outputs
22
double
mgluino;
23
double
mstop1, mstop2, msbot1, msbot2, muL, mdL, mcL, msL, muR, mdR, mcR, msR;
24
int
expandAroundGluinoPole
;
25
}
supermodel
;
26
27
#ifdef __cplusplus
28
extern
"C"
void
higherorder(
supermodel
&smodel);
29
#else
30
void
higherorder(
supermodel
*smodel);
31
#endif
32
33
#endif
m1
double m1
decay global variable declarations
Definition:
decays.cpp:14
softsusy::expandAroundGluinoPole
int expandAroundGluinoPole
Default: expand around gluino and squark pole masses.
Definition:
def.cpp:82
supermodel
Definition:
higher_order.h:13
Generated by
1.9.1