a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
LEP2sigmaTau.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 LEP2SIGMATAU_H
9#define LEP2SIGMATAU_H
10
11#include "LEP2ThObservable.h"
12
22public:
23
30 LEP2sigmaTau(const StandardModel& SM_i, const double sqrt_s_i)
31 : LEP2ThObservable(SM_i, sqrt_s_i)
32 {
33
34 }
35
39 double computeThValue();
40
41private:
42
43};
44
45
55public:
56
65 LEP2dsigmadcosTau(const StandardModel& SM_i, const double sqrt_s_i, const double cos_i, const double cosmin_i, const double cosmax_i)
66 : LEP2ThDiffObservableBin(SM_i, sqrt_s_i, cos_i, cosmin_i, cosmax_i)
67 {
68
69 }
70
74 double computeThValue();
75
76private:
77
78};
79
80
90public:
91
98 eeffsigmaTau(const StandardModel& SM_i, const double pol_e_i, const double pol_p_i, const double sqrt_s_i)
99 : eeffThObservable(SM_i, pol_e_i, pol_p_i, sqrt_s_i)
100 {
101
102 }
103
107 double computeThValue();
108
109private:
110
111};
112
113
123public:
124
131 eeffRtau(const StandardModel& SM_i, const double pol_e_i, const double pol_p_i, const double sqrt_s_i)
132 : eeffThObservable(SM_i, pol_e_i, pol_p_i, sqrt_s_i)
133 {
134 }
135
139 double computeThValue();
140
141private:
142
143};
144
145#endif /* LEP2SIGMATAU_H */
146
A class for the LEP2 differential observables computed from finite bins.
A class for the LEP2 inclusive observables.
A class for the cross section of above the pole.
Definition: LEP2sigmaTau.h:54
LEP2dsigmadcosTau(const StandardModel &SM_i, const double sqrt_s_i, const double cos_i, const double cosmin_i, const double cosmax_i)
LEP2dsigmadcosTau constructor.
Definition: LEP2sigmaTau.h:65
double computeThValue()
A class for the cross section of above the pole.
Definition: LEP2sigmaTau.h:21
LEP2sigmaTau(const StandardModel &SM_i, const double sqrt_s_i)
LEP2sigmaTau constructor.
Definition: LEP2sigmaTau.h:30
double computeThValue()
A model class for the Standard Model.
A class for the ratio of cross sections of off the pole.
Definition: LEP2sigmaTau.h:122
double computeThValue()
eeffRtau(const StandardModel &SM_i, const double pol_e_i, const double pol_p_i, const double sqrt_s_i)
eeffRtau constructor
Definition: LEP2sigmaTau.h:131
A class for the two to two fermion inclusive observables in electron positron colliders.
A class for the cross section of off the pole.
Definition: LEP2sigmaTau.h:89
double computeThValue()
eeffsigmaTau(const StandardModel &SM_i, const double pol_e_i, const double pol_p_i, const double sqrt_s_i)
eeffsigmaTau constructor
Definition: LEP2sigmaTau.h:98