GM2Calc 2.3.0
Loading...
Searching...
No Matches
MSSMNoFV_onshell.h
Go to the documentation of this file.
1/* ====================================================================
2 * This file is part of GM2Calc.
3 *
4 * GM2Calc is free software: you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License as published
6 * by the Free Software Foundation, either version 3 of the License,
7 * or (at your option) any later version.
8 *
9 * GM2Calc is distributed in the hope that it will be useful, but
10 * WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 * General Public License for more details.
13 *
14 * You should have received a copy of the GNU General Public License
15 * along with GM2Calc. If not, see
16 * <http://www.gnu.org/licenses/>.
17 * ==================================================================== */
18
19#ifndef GM2_MSSMNoFV_ONSHELL_H
20#define GM2_MSSMNoFV_ONSHELL_H
21
22/**
23 * @file MSSMNoFV_onshell.h
24 * @brief contains declarations of C interface functions for the model
25 *
26 * This file contains the declarations for the C interface functions
27 * used to set and retrieve the model parameters and masses.
28 */
29
30#include "gm2calc/gm2_error.h"
31
32#ifdef __cplusplus
33extern "C" {
34#endif
35
36/** handle */
37struct MSSMNoFV_onshell;
39
40/** allocate new MSSMNoFV model */
42
43/** delete MSSMNoFV model */
45
46/** set alpha_em(MZ) */
48
49/** set alpha_em(0) in the Thomson limit */
51
52/** set soft-breaking trilinear coupling Ae(i,k) */
53void gm2calc_mssmnofv_set_Ae(MSSMNoFV_onshell*, unsigned, unsigned, double);
54
55/** set soft-breaking trilinear coupling Au(i,k) */
56void gm2calc_mssmnofv_set_Au(MSSMNoFV_onshell*, unsigned, unsigned, double);
57
58/** set soft-breaking trilinear coupling Ad(i,k) */
59void gm2calc_mssmnofv_set_Ad(MSSMNoFV_onshell*, unsigned, unsigned, double);
60
61/** set gauge coupling g3 */
63
64/** set bino mass */
66
67/** set wino mass */
69
70/** set gluino mass */
72
73/** set soft-breaking squared mass parameter mq2(i,k) */
74void gm2calc_mssmnofv_set_mq2(MSSMNoFV_onshell*, unsigned, unsigned, double);
75
76/** set soft-breaking squared mass parameter mu2(i,k) */
77void gm2calc_mssmnofv_set_mu2(MSSMNoFV_onshell*, unsigned, unsigned, double);
78
79/** set soft-breaking squared mass parameter md2(i,k) */
80void gm2calc_mssmnofv_set_md2(MSSMNoFV_onshell*, unsigned, unsigned, double);
81
82/** set soft-breaking squared mass parameter ml2(i,k) */
83void gm2calc_mssmnofv_set_ml2(MSSMNoFV_onshell*, unsigned, unsigned, double);
84
85/** set soft-breaking squared mass parameter me2(i,k) */
86void gm2calc_mssmnofv_set_me2(MSSMNoFV_onshell*, unsigned, unsigned, double);
87
88/** set soft-breaking squared mass parameter Mu parameter */
90
91/** set tan(beta) */
93
94/** set renormalization scale */
96
97/** set CP-odd Higgs pole mass */
99
100/** set Z boson pole mass */
102
103/** set W boson pole mass */
105
106/** set top-quark pole mass */
108
109/** set MS-bar bottom-quark mass mb at the scale mb */
111
112/** set tau-lepton pole mass */
114
115/** set muon pole mass */
117
118/** set smuon pole masses */
119void gm2calc_mssmnofv_set_MSm_pole(MSSMNoFV_onshell*, unsigned, double);
120
121/** set muon sneutrino pole masses */
123
124/** set chargino pole masses */
125void gm2calc_mssmnofv_set_MCha_pole(MSSMNoFV_onshell*, unsigned, double);
126
127/** set neutralino pole masses */
128void gm2calc_mssmnofv_set_MChi_pole(MSSMNoFV_onshell*, unsigned, double);
129
130/** enable/disable verbose output */
132
133/** get Ae(i,k) DR-bar */
134double gm2calc_mssmnofv_get_Ae(const MSSMNoFV_onshell*, unsigned, unsigned);
135
136/** get Ad(i,k) */
137double gm2calc_mssmnofv_get_Ad(const MSSMNoFV_onshell*, unsigned, unsigned);
138
139/** get Au(i,k) */
140double gm2calc_mssmnofv_get_Au(const MSSMNoFV_onshell*, unsigned, unsigned);
141
142/** get electromagnetic gauge coupling at MZ w/o hadronic corrections */
144
145/** get electromagnetic gauge coupling in Thomson limit */
147
148/** get Hypercharge gauge coupling (not GUT normalized) */
150
151/** get Hypercharge gauge coupling (GUT normalized) */
153
154/** get left gauge coupling */
156
157/** get strong gauge coupling */
159
160/** get tan(beta) */
162
163/** get soft-breaking on-shell bino mass parameter */
165
166/** get soft-breaking on-shell wino mass parameter */
168
169/** get soft-breaking gluino mass parameter */
171
172/** get on-shell superpotential mu parameter */
174
175/** get left-handed up-Squark soft-breaking squared mass */
176double gm2calc_mssmnofv_get_mq2(const MSSMNoFV_onshell*, unsigned, unsigned);
177
178/** get right-handed down-Squark soft-breaking squared mass */
179double gm2calc_mssmnofv_get_md2(const MSSMNoFV_onshell*, unsigned, unsigned);
180
181/** get right-handed up-Squark soft-breaking squared mass */
182double gm2calc_mssmnofv_get_mu2(const MSSMNoFV_onshell*, unsigned, unsigned);
183
184/** get left-handed up-lepton soft-breaking on-shell squared mass */
185double gm2calc_mssmnofv_get_ml2(const MSSMNoFV_onshell*, unsigned, unsigned);
186
187/** get right-handed down-lepton soft-breaking on-shell squared mass */
188double gm2calc_mssmnofv_get_me2(const MSSMNoFV_onshell*, unsigned, unsigned);
189
190/** get vacuum expectation value */
192
193/** get renormalization scale */
195
196/** get W boson pole mass */
198
199/** get Z boson pole mass */
201
202/** get electron mass */
204
205/** get muon pole mass */
207
208/** get tau mass */
210
211/** get up-quark mass */
213
214/** get charm-quark mass */
216
217/** get top-quark mass */
219
220/** get down-quark mass */
222
223/** get strange-quark mass */
225
226/** get bottom-quark DR-bar mass mb(MZ) */
228
229/** get bottom-quark MS-bar mass mb(mb) */
231
232/** get CP-odd Higgs mass */
234
235/** get CP-even Higgs masses */
236double gm2calc_mssmnofv_get_Mhh(const MSSMNoFV_onshell*, unsigned);
237
238/** get chargino pole masses */
239double gm2calc_mssmnofv_get_MCha(const MSSMNoFV_onshell*, unsigned);
240
241/** get chargino pole mixing matrix */
242double gm2calc_mssmnofv_get_UM(const MSSMNoFV_onshell*, unsigned, unsigned, double*);
243
244/** get chargino pole mixing matrix */
245double gm2calc_mssmnofv_get_UP(const MSSMNoFV_onshell*, unsigned, unsigned, double*);
246
247/** get neutralino pole masses */
248double gm2calc_mssmnofv_get_MChi(const MSSMNoFV_onshell*, unsigned);
249
250/** get neutralino pole mixing matrix */
251double gm2calc_mssmnofv_get_ZN(const MSSMNoFV_onshell*, unsigned, unsigned, double*);
252
253/** get selectron masses */
254double gm2calc_mssmnofv_get_MSe(const MSSMNoFV_onshell*, unsigned);
255
256/** get electron sneutrino mass */
258
259/** get smuon pole masses */
260double gm2calc_mssmnofv_get_MSm(const MSSMNoFV_onshell*, unsigned);
261
262/** get muon sneutrino pole mass */
264
265/** get stau masses */
266double gm2calc_mssmnofv_get_MStau(const MSSMNoFV_onshell*, unsigned);
267
268/** get tau sneutrino mass */
270
271/** get sup masses */
272double gm2calc_mssmnofv_get_MSu(const MSSMNoFV_onshell*, unsigned);
273
274/** get sdown masses */
275double gm2calc_mssmnofv_get_MSd(const MSSMNoFV_onshell*, unsigned);
276
277/** get scharm masses */
278double gm2calc_mssmnofv_get_MSc(const MSSMNoFV_onshell*, unsigned);
279
280/** get sstrange masses */
281double gm2calc_mssmnofv_get_MSs(const MSSMNoFV_onshell*, unsigned);
282
283/** get stop masses */
284double gm2calc_mssmnofv_get_MSt(const MSSMNoFV_onshell*, unsigned);
285
286/** get sbottom mass */
287double gm2calc_mssmnofv_get_MSb(const MSSMNoFV_onshell*, unsigned);
288
289/** get selectron mixing matrix */
290double gm2calc_mssmnofv_get_USe(const MSSMNoFV_onshell*, unsigned, unsigned);
291
292/** get smuon pole mixing matrix */
293double gm2calc_mssmnofv_get_USm(const MSSMNoFV_onshell*, unsigned, unsigned);
294
295/** get stau mixing matrix */
296double gm2calc_mssmnofv_get_UStau(const MSSMNoFV_onshell*, unsigned, unsigned);
297
298/** get sup mixing matrix */
299double gm2calc_mssmnofv_get_USu(const MSSMNoFV_onshell*, unsigned, unsigned);
300
301/** get sdown mixing matrix */
302double gm2calc_mssmnofv_get_USd(const MSSMNoFV_onshell*, unsigned, unsigned);
303
304/** get scharm mixing matrix */
305double gm2calc_mssmnofv_get_USc(const MSSMNoFV_onshell*, unsigned, unsigned);
306
307/** get sstrange mixing matrix */
308double gm2calc_mssmnofv_get_USs(const MSSMNoFV_onshell*, unsigned, unsigned);
309
310/** get sstop mixing matrix */
311double gm2calc_mssmnofv_get_USt(const MSSMNoFV_onshell*, unsigned, unsigned);
312
313/** get sbottom mixing matrix */
314double gm2calc_mssmnofv_get_USb(const MSSMNoFV_onshell*, unsigned, unsigned);
315
316/** get lepton Yukawa coupling */
317double gm2calc_mssmnofv_get_Ye(const MSSMNoFV_onshell*, unsigned, unsigned);
318
319/** get down-quark Yukawa coupling */
320double gm2calc_mssmnofv_get_Yd(const MSSMNoFV_onshell*, unsigned, unsigned);
321
322/** get up-quark Yukawa coupling */
323double gm2calc_mssmnofv_get_Yu(const MSSMNoFV_onshell*, unsigned, unsigned);
324
325
326/** convert parameters to mixed on-shell/DR-bar scheme */
328
329/** convert parameters to mixed on-shell/DR-bar scheme */
331 MSSMNoFV_onshell*, double precision, unsigned max_iterations);
332
333/** calculate mass spectrum */
335
336/** check for problems */
338
339/** check for warnings */
341
342/** get problem descriptions */
343void gm2calc_mssmnofv_get_problems(MSSMNoFV_onshell*, char*, unsigned);
344
345/** get warning descriptions */
346void gm2calc_mssmnofv_get_warnings(MSSMNoFV_onshell*, char*, unsigned);
347
348/** print model */
350
351#ifdef __cplusplus
352} /* extern "C" */
353#endif
354
355#endif
double gm2calc_mssmnofv_get_g2(const MSSMNoFV_onshell *)
get left gauge coupling
void gm2calc_mssmnofv_set_Ad(MSSMNoFV_onshell *, unsigned, unsigned, double)
set soft-breaking trilinear coupling Ad(i,k)
void gm2calc_mssmnofv_set_mu2(MSSMNoFV_onshell *, unsigned, unsigned, double)
set soft-breaking squared mass parameter mu2(i,k)
void gm2calc_mssmnofv_set_MChi_pole(MSSMNoFV_onshell *, unsigned, double)
set neutralino pole masses
void gm2calc_mssmnofv_set_MW_pole(MSSMNoFV_onshell *, double)
set W boson pole mass
double gm2calc_mssmnofv_get_USb(const MSSMNoFV_onshell *, unsigned, unsigned)
get sbottom mixing matrix
double gm2calc_mssmnofv_get_Ye(const MSSMNoFV_onshell *, unsigned, unsigned)
get lepton Yukawa coupling
double gm2calc_mssmnofv_get_MSvmL(const MSSMNoFV_onshell *)
get muon sneutrino pole mass
double gm2calc_mssmnofv_get_USc(const MSSMNoFV_onshell *, unsigned, unsigned)
get scharm mixing matrix
double gm2calc_mssmnofv_get_ML(const MSSMNoFV_onshell *)
get tau mass
double gm2calc_mssmnofv_get_mu2(const MSSMNoFV_onshell *, unsigned, unsigned)
get right-handed up-Squark soft-breaking squared mass
double gm2calc_mssmnofv_get_g1(const MSSMNoFV_onshell *)
get Hypercharge gauge coupling (GUT normalized)
void gm2calc_mssmnofv_free(MSSMNoFV_onshell *)
delete MSSMNoFV model
double gm2calc_mssmnofv_get_UM(const MSSMNoFV_onshell *, unsigned, unsigned, double *)
get chargino pole mixing matrix
double gm2calc_mssmnofv_get_UP(const MSSMNoFV_onshell *, unsigned, unsigned, double *)
get chargino pole mixing matrix
void gm2calc_mssmnofv_set_TB(MSSMNoFV_onshell *, double)
set tan(beta)
void gm2calc_mssmnofv_set_MCha_pole(MSSMNoFV_onshell *, unsigned, double)
set chargino pole masses
void gm2calc_mssmnofv_set_mq2(MSSMNoFV_onshell *, unsigned, unsigned, double)
set soft-breaking squared mass parameter mq2(i,k)
gm2calc_error gm2calc_mssmnofv_calculate_masses(MSSMNoFV_onshell *)
calculate mass spectrum
double gm2calc_mssmnofv_get_MBMB(const MSSMNoFV_onshell *)
get bottom-quark MS-bar mass mb(mb)
double gm2calc_mssmnofv_get_ml2(const MSSMNoFV_onshell *, unsigned, unsigned)
get left-handed up-lepton soft-breaking on-shell squared mass
void gm2calc_mssmnofv_set_MAh_pole(MSSMNoFV_onshell *, double)
set CP-odd Higgs pole mass
gm2calc_error gm2calc_mssmnofv_convert_to_onshell(MSSMNoFV_onshell *)
convert parameters to mixed on-shell/DR-bar scheme
int gm2calc_mssmnofv_have_warning(MSSMNoFV_onshell *)
check for warnings
void gm2calc_mssmnofv_set_MZ_pole(MSSMNoFV_onshell *, double)
set Z boson pole mass
void gm2calc_mssmnofv_get_problems(MSSMNoFV_onshell *, char *, unsigned)
get problem descriptions
double gm2calc_mssmnofv_get_MSvtL(const MSSMNoFV_onshell *)
get tau sneutrino mass
MSSMNoFV_onshell * gm2calc_mssmnofv_new(void)
allocate new MSSMNoFV model
void gm2calc_mssmnofv_set_scale(MSSMNoFV_onshell *, double)
set renormalization scale
int gm2calc_mssmnofv_have_problem(MSSMNoFV_onshell *)
check for problems
double gm2calc_mssmnofv_get_me2(const MSSMNoFV_onshell *, unsigned, unsigned)
get right-handed down-lepton soft-breaking on-shell squared mass
double gm2calc_mssmnofv_get_USd(const MSSMNoFV_onshell *, unsigned, unsigned)
get sdown mixing matrix
double gm2calc_mssmnofv_get_MSu(const MSSMNoFV_onshell *, unsigned)
get sup masses
void gm2calc_mssmnofv_set_md2(MSSMNoFV_onshell *, unsigned, unsigned, double)
set soft-breaking squared mass parameter md2(i,k)
void gm2calc_mssmnofv_set_Mu(MSSMNoFV_onshell *, double)
set soft-breaking squared mass parameter Mu parameter
void gm2calc_mssmnofv_set_Au(MSSMNoFV_onshell *, unsigned, unsigned, double)
set soft-breaking trilinear coupling Au(i,k)
void gm2calc_mssmnofv_set_me2(MSSMNoFV_onshell *, unsigned, unsigned, double)
set soft-breaking squared mass parameter me2(i,k)
void gm2calc_mssmnofv_get_warnings(MSSMNoFV_onshell *, char *, unsigned)
get warning descriptions
double gm2calc_mssmnofv_get_MChi(const MSSMNoFV_onshell *, unsigned)
get neutralino pole masses
double gm2calc_mssmnofv_get_mq2(const MSSMNoFV_onshell *, unsigned, unsigned)
get left-handed up-Squark soft-breaking squared mass
double gm2calc_mssmnofv_get_Yd(const MSSMNoFV_onshell *, unsigned, unsigned)
get down-quark Yukawa coupling
double gm2calc_mssmnofv_get_ME(const MSSMNoFV_onshell *)
get electron mass
double gm2calc_mssmnofv_get_MSd(const MSSMNoFV_onshell *, unsigned)
get sdown masses
double gm2calc_mssmnofv_get_EL0(const MSSMNoFV_onshell *)
get electromagnetic gauge coupling in Thomson limit
double gm2calc_mssmnofv_get_gY(const MSSMNoFV_onshell *)
get Hypercharge gauge coupling (not GUT normalized)
double gm2calc_mssmnofv_get_UStau(const MSSMNoFV_onshell *, unsigned, unsigned)
get stau mixing matrix
void gm2calc_mssmnofv_set_MassB(MSSMNoFV_onshell *, double)
set bino mass
void gm2calc_mssmnofv_set_MassWB(MSSMNoFV_onshell *, double)
set wino mass
double gm2calc_mssmnofv_get_MAh(const MSSMNoFV_onshell *)
get CP-odd Higgs mass
double gm2calc_mssmnofv_get_EL(const MSSMNoFV_onshell *)
get electromagnetic gauge coupling at MZ w/o hadronic corrections
double gm2calc_mssmnofv_get_MSveL(const MSSMNoFV_onshell *)
get electron sneutrino mass
double gm2calc_mssmnofv_get_MM(const MSSMNoFV_onshell *)
get muon pole mass
double gm2calc_mssmnofv_get_MW(const MSSMNoFV_onshell *)
get W boson pole mass
void gm2calc_mssmnofv_set_ml2(MSSMNoFV_onshell *, unsigned, unsigned, double)
set soft-breaking squared mass parameter ml2(i,k)
double gm2calc_mssmnofv_get_ZN(const MSSMNoFV_onshell *, unsigned, unsigned, double *)
get neutralino pole mixing matrix
double gm2calc_mssmnofv_get_Mu(const MSSMNoFV_onshell *)
get on-shell superpotential mu parameter
double gm2calc_mssmnofv_get_Ae(const MSSMNoFV_onshell *, unsigned, unsigned)
get Ae(i,k) DR-bar
double gm2calc_mssmnofv_get_MSe(const MSSMNoFV_onshell *, unsigned)
get selectron masses
gm2calc_error gm2calc_mssmnofv_convert_to_onshell_params(MSSMNoFV_onshell *, double precision, unsigned max_iterations)
convert parameters to mixed on-shell/DR-bar scheme
double gm2calc_mssmnofv_get_MSs(const MSSMNoFV_onshell *, unsigned)
get sstrange masses
double gm2calc_mssmnofv_get_vev(const MSSMNoFV_onshell *)
get vacuum expectation value
void gm2calc_mssmnofv_set_MassG(MSSMNoFV_onshell *, double)
set gluino mass
double gm2calc_mssmnofv_get_MSm(const MSSMNoFV_onshell *, unsigned)
get smuon pole masses
double gm2calc_mssmnofv_get_USu(const MSSMNoFV_onshell *, unsigned, unsigned)
get sup mixing matrix
double gm2calc_mssmnofv_get_MStau(const MSSMNoFV_onshell *, unsigned)
get stau masses
double gm2calc_mssmnofv_get_USe(const MSSMNoFV_onshell *, unsigned, unsigned)
get selectron mixing matrix
double gm2calc_mssmnofv_get_md2(const MSSMNoFV_onshell *, unsigned, unsigned)
get right-handed down-Squark soft-breaking squared mass
void gm2calc_mssmnofv_set_g3(MSSMNoFV_onshell *, double)
set gauge coupling g3
void gm2calc_mssmnofv_set_MSm_pole(MSSMNoFV_onshell *, unsigned, double)
set smuon pole masses
double gm2calc_mssmnofv_get_MassB(const MSSMNoFV_onshell *)
get soft-breaking on-shell bino mass parameter
double gm2calc_mssmnofv_get_MD(const MSSMNoFV_onshell *)
get down-quark mass
void gm2calc_mssmnofv_set_alpha_MZ(MSSMNoFV_onshell *, double)
set alpha_em(MZ)
double gm2calc_mssmnofv_get_USt(const MSSMNoFV_onshell *, unsigned, unsigned)
get sstop mixing matrix
double gm2calc_mssmnofv_get_MCha(const MSSMNoFV_onshell *, unsigned)
get chargino pole masses
void gm2calc_mssmnofv_set_ML_pole(MSSMNoFV_onshell *, double)
set tau-lepton pole mass
double gm2calc_mssmnofv_get_MassG(const MSSMNoFV_onshell *)
get soft-breaking gluino mass parameter
double gm2calc_mssmnofv_get_Au(const MSSMNoFV_onshell *, unsigned, unsigned)
get Au(i,k)
double gm2calc_mssmnofv_get_MU(const MSSMNoFV_onshell *)
get up-quark mass
double gm2calc_mssmnofv_get_scale(const MSSMNoFV_onshell *)
get renormalization scale
double gm2calc_mssmnofv_get_MSc(const MSSMNoFV_onshell *, unsigned)
get scharm masses
double gm2calc_mssmnofv_get_Mhh(const MSSMNoFV_onshell *, unsigned)
get CP-even Higgs masses
double gm2calc_mssmnofv_get_Yu(const MSSMNoFV_onshell *, unsigned, unsigned)
get up-quark Yukawa coupling
double gm2calc_mssmnofv_get_g3(const MSSMNoFV_onshell *)
get strong gauge coupling
double gm2calc_mssmnofv_get_MSt(const MSSMNoFV_onshell *, unsigned)
get stop masses
double gm2calc_mssmnofv_get_MB(const MSSMNoFV_onshell *)
get bottom-quark DR-bar mass mb(MZ)
double gm2calc_mssmnofv_get_Ad(const MSSMNoFV_onshell *, unsigned, unsigned)
get Ad(i,k)
void gm2calc_mssmnofv_set_alpha_thompson(MSSMNoFV_onshell *, double)
set alpha_em(0) in the Thomson limit
double gm2calc_mssmnofv_get_MZ(const MSSMNoFV_onshell *)
get Z boson pole mass
double gm2calc_mssmnofv_get_MSb(const MSSMNoFV_onshell *, unsigned)
get sbottom mass
void gm2calc_mssmnofv_set_MT_pole(MSSMNoFV_onshell *, double)
set top-quark pole mass
void print_mssmnofv(const MSSMNoFV_onshell *)
print model
double gm2calc_mssmnofv_get_MT(const MSSMNoFV_onshell *)
get top-quark mass
double gm2calc_mssmnofv_get_USs(const MSSMNoFV_onshell *, unsigned, unsigned)
get sstrange mixing matrix
void gm2calc_mssmnofv_set_verbose_output(MSSMNoFV_onshell *, int)
enable/disable verbose output
void gm2calc_mssmnofv_set_Ae(MSSMNoFV_onshell *, unsigned, unsigned, double)
set soft-breaking trilinear coupling Ae(i,k)
double gm2calc_mssmnofv_get_TB(const MSSMNoFV_onshell *)
get tan(beta)
void gm2calc_mssmnofv_set_MSvmL_pole(MSSMNoFV_onshell *, double)
set muon sneutrino pole masses
void gm2calc_mssmnofv_set_MB_running(MSSMNoFV_onshell *, double)
set MS-bar bottom-quark mass mb at the scale mb
double gm2calc_mssmnofv_get_MS(const MSSMNoFV_onshell *)
get strange-quark mass
double gm2calc_mssmnofv_get_MC(const MSSMNoFV_onshell *)
get charm-quark mass
double gm2calc_mssmnofv_get_USm(const MSSMNoFV_onshell *, unsigned, unsigned)
get smuon pole mixing matrix
double gm2calc_mssmnofv_get_MassWB(const MSSMNoFV_onshell *)
get soft-breaking on-shell wino mass parameter
void gm2calc_mssmnofv_set_MM_pole(MSSMNoFV_onshell *, double)
set muon pole mass
contains declarations of GM2Calc error codes for the C interface
gm2calc_error
error codes
Definition gm2_error.h:32
struct MSSMNoFV_onshell MSSMNoFV_onshell