a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
sin2thetaEff.h
Go to the documentation of this file.
1/*
2 * Copyright (C) 2012 HEPfit Collaboration
3 *
4 *
5 * For the licensing terms see doc/COPYING.
6 */
7
8#ifndef SIN2THETAEFF_H
9#define SIN2THETAEFF_H
10
11#include <stdexcept>
12#include <ThObservable.h>
13
29class sin2thetaEff : public ThObservable {
30public:
31
37 : ThObservable(SM_i)
38 {
39 };
40
46 double computeThValue();
47
48
49private:
50
51
52};
53
54
67public:
68
74 : ThObservable(SM_i)
75 {
76 };
77
83 double computeThValue();
84
85
86private:
87
88
89};
90
91
92
105public:
106
112 : ThObservable(SM_i)
113 {
114 };
115
121 double computeThValue();
122
123
124private:
125
126
127};
128
129#endif /* SIN2THETAEFF_H */
130
A model class for the Standard Model.
A class for a model prediction of an observable.
Definition: ThObservable.h:25
An observable class for the leptonic effective weak mixing angle at the pole. To be used for the el...
Definition: sin2thetaEff.h:29
double computeThValue()
The leptonic effective weak mixing angle at the the pole.
sin2thetaEff(const StandardModel &SM_i)
Constructor.
Definition: sin2thetaEff.h:36
An observable class for the electron effective weak mixing angle at the pole.
Definition: sin2thetaEff.h:66
sin2thetaEffel(const StandardModel &SM_i)
Constructor.
Definition: sin2thetaEff.h:73
double computeThValue()
The leptonic effective weak mixing angle at the the pole.
An observable class for the muon effective weak mixing angle at the pole.
Definition: sin2thetaEff.h:104
double computeThValue()
The leptonic effective weak mixing angle at the the pole.
sin2thetaEffmu(const StandardModel &SM_i)
Constructor.
Definition: sin2thetaEff.h:111