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 
29 class sin2thetaEff : public ThObservable {
30 public:
31 
37  : ThObservable(SM_i)
38  {
39  };
40 
46  double computeThValue();
47 
48 
49 private:
50 
51 
52 };
53 
54 
66 class sin2thetaEffel : public ThObservable {
67 public:
68 
74  : ThObservable(SM_i)
75  {
76  };
77 
83  double computeThValue();
84 
85 
86 private:
87 
88 
89 };
90 
91 
92 
104 class sin2thetaEffmu : public ThObservable {
105 public:
106 
112  : ThObservable(SM_i)
113  {
114  };
115 
121  double computeThValue();
122 
123 
124 private:
125 
126 
127 };
128 
129 #endif /* SIN2THETAEFF_H */
130 
sin2thetaEff::computeThValue
double computeThValue()
The leptonic effective weak mixing angle at the the pole.
Definition: sin2thetaEff.cpp:11
sin2thetaEffmu::sin2thetaEffmu
sin2thetaEffmu(const StandardModel &SM_i)
Constructor.
Definition: sin2thetaEff.h:111
sin2thetaEffel::computeThValue
double computeThValue()
The leptonic effective weak mixing angle at the the pole.
Definition: sin2thetaEff.cpp:18
ThObservable.h
StandardModel
A model class for the Standard Model.
Definition: StandardModel.h:474
sin2thetaEff
An observable class for the leptonic effective weak mixing angle at the pole. To be used for the el...
Definition: sin2thetaEff.h:29
sin2thetaEffel::sin2thetaEffel
sin2thetaEffel(const StandardModel &SM_i)
Constructor.
Definition: sin2thetaEff.h:73
sin2thetaEffmu::computeThValue
double computeThValue()
The leptonic effective weak mixing angle at the the pole.
Definition: sin2thetaEff.cpp:24
ThObservable
A class for a model prediction of an observable.
Definition: ThObservable.h:25
sin2thetaEffmu
An observable class for the muon effective weak mixing angle at the pole.
Definition: sin2thetaEff.h:104
sin2thetaEff::sin2thetaEff
sin2thetaEff(const StandardModel &SM_i)
Constructor.
Definition: sin2thetaEff.h:36
sin2thetaEffel
An observable class for the electron effective weak mixing angle at the pole.
Definition: sin2thetaEff.h:66