a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
LEP2AFBmu.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 LEP2AFBMU_H
9#define LEP2AFBMU_H
10
11#include "LEP2ThObservable.h"
12
23public:
24
30 LEP2AFBmu(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
54public:
55
61 eeffAFBmu(const StandardModel& SM_i, const double pol_e_i, const double pol_p_i, const double sqrt_s_i)
62 : eeffThObservable(SM_i, pol_e_i, pol_p_i, sqrt_s_i)
63 {
64 }
65
69 double computeThValue();
70
71private:
72
73};
74
75#endif /* LEP2AFBMU_H */
76
A class for the forward-backward asymmetry of above the pole.
Definition: LEP2AFBmu.h:22
LEP2AFBmu(const StandardModel &SM_i, const double sqrt_s_i)
LEP2AFBmu constructor.
Definition: LEP2AFBmu.h:30
double computeThValue()
Definition: LEP2AFBmu.cpp:11
A class for the LEP2 inclusive observables.
A model class for the Standard Model.
A class for the forward-backward asymmetry of above the pole.
Definition: LEP2AFBmu.h:53
eeffAFBmu(const StandardModel &SM_i, const double pol_e_i, const double pol_p_i, const double sqrt_s_i)
eeffAFBmu constructor
Definition: LEP2AFBmu.h:61
double computeThValue()
Definition: LEP2AFBmu.cpp:25
A class for the two to two fermion inclusive observables in electron positron colliders.