a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
LEP2sigmaMu.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 LEP2SIGMAMU_H
9#define LEP2SIGMAMU_H
10
11#include "LEP2ThObservable.h"
12
22public:
23
30 LEP2sigmaMu(const StandardModel& SM_i, const double sqrt_s_i)
31 : LEP2ThObservable(SM_i, sqrt_s_i)
32 {
33 }
34
38 double computeThValue();
39
40private:
41
42};
43
44
54public:
55
64 LEP2dsigmadcosMu(const StandardModel& SM_i, const double sqrt_s_i, const double cos_i, const double cosmin_i, const double cosmax_i)
65 : LEP2ThDiffObservableBin(SM_i, sqrt_s_i, cos_i, cosmin_i, cosmax_i)
66 {
67 }
68
72 double computeThValue();
73
74private:
75
76};
77
87public:
88
95 eeffsigmaMu(const StandardModel& SM_i, const double pol_e_i, const double pol_p_i, const double sqrt_s_i)
96 : eeffThObservable(SM_i, pol_e_i, pol_p_i, sqrt_s_i)
97 {
98 }
99
103 double computeThValue();
104
105private:
106
107};
108
109
119public:
120
127 eeffRmuon(const StandardModel& SM_i, const double pol_e_i, const double pol_p_i, const double sqrt_s_i)
128 : eeffThObservable(SM_i, pol_e_i, pol_p_i, sqrt_s_i)
129 {
130 }
131
135 double computeThValue();
136
137private:
138
139};
140
141
142
143#endif /* LEP2SIGMAMU_H */
144
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: LEP2sigmaMu.h:53
LEP2dsigmadcosMu(const StandardModel &SM_i, const double sqrt_s_i, const double cos_i, const double cosmin_i, const double cosmax_i)
LEP2dsigmadcosMu constructor.
Definition: LEP2sigmaMu.h:64
double computeThValue()
Definition: LEP2sigmaMu.cpp:29
A class for the cross section of above the pole.
Definition: LEP2sigmaMu.h:21
LEP2sigmaMu(const StandardModel &SM_i, const double sqrt_s_i)
LEP2sigmaMu constructor.
Definition: LEP2sigmaMu.h:30
double computeThValue()
Definition: LEP2sigmaMu.cpp:11
A model class for the Standard Model.
A class for the ratio of cross sections of off the pole.
Definition: LEP2sigmaMu.h:118
double computeThValue()
Definition: LEP2sigmaMu.cpp:58
eeffRmuon(const StandardModel &SM_i, const double pol_e_i, const double pol_p_i, const double sqrt_s_i)
eeffRmuon constructor
Definition: LEP2sigmaMu.h:127
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: LEP2sigmaMu.h:86
double computeThValue()
Definition: LEP2sigmaMu.cpp:45
eeffsigmaMu(const StandardModel &SM_i, const double pol_e_i, const double pol_p_i, const double sqrt_s_i)
eeffsigmaMu constructor
Definition: LEP2sigmaMu.h:95