v1.0
a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models
Mslepton.h
Go to the documentation of this file.
1
/*
2
* Copyright (C) 2015 HEPfit Collaboration
3
*
4
*
5
* For the licensing terms see doc/COPYING.
6
*/
7
8
#ifndef MSLEPTON_H
9
#define MSLEPTON_H
10
11
#include <
ThObservable.h
>
12
13
14
#include "
SUSY.h
"
15
24
class
Mslepton
:
public
ThObservable
{
25
public
:
26
27
Mslepton
(
const
StandardModel
& SM_i,
const
int
ind)
28
:
ThObservable
(SM_i),
index
(ind),
mySUSY
(static_cast<const SUSY*> (&SM_i))
29
{
30
if
(
mySUSY
->isModelSUSY() ==
false
)
31
throw
std::runtime_error(
"\nERROR: The mslepton mass spectrum can only be computed in a SUSY model. Please check your observables list.\n"
);
32
};
33
34
double
computeThValue
()
35
{
36
return
(
sqrt
(
mySUSY
->getMse2()(
index
)));
37
};
38
39
private
:
40
const
int
index
;
41
const
SUSY *
mySUSY
;
42
};
43
44
#endif
/* MSLEPTON_H */
Mslepton::computeThValue
double computeThValue()
Definition:
Mslepton.h:34
Mslepton::mySUSY
const SUSY * mySUSY
Definition:
Mslepton.h:41
Mslepton
A class for the charged slepton masses.
Definition:
Mslepton.h:24
ThObservable.h
StandardModel
A model class for the Standard Model.
Definition:
StandardModel.h:474
gslpp::sqrt
complex sqrt(const complex &z)
Definition:
gslpp_complex.cpp:385
ThObservable
A class for a model prediction of an observable.
Definition:
ThObservable.h:25
Mslepton::Mslepton
Mslepton(const StandardModel &SM_i, const int ind)
Definition:
Mslepton.h:27
SUSY.h
Mslepton::index
const int index
Definition:
Mslepton.h:37
SUSY
src
Mslepton.h
Generated on Thu Oct 31 2019 for $\texttt{HEPfit}$ using
1.8.16