a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
eeffAFBelectron.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 EEFFAFBELECTRON_H
9#define EEFFAFBELECTRON_H
10
11#include "LEP2ThObservable.h"
12
23public:
24
30 eeffAFBelectron(const StandardModel& SM_i, const double pol_e_i, const double pol_p_i, const double sqrt_s_i)
31 : eeffThObservable(SM_i, pol_e_i, pol_p_i, sqrt_s_i)
32 {
33 }
34
38 double computeThValue();
39
40private:
41
42};
43
54public:
55
61 eeffAFBelectrontsub(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 /* EEFFAFBELECTRON_H */
76
A model class for the Standard Model.
A class for the forward-backward asymmetry of above the pole.
eeffAFBelectron(const StandardModel &SM_i, const double pol_e_i, const double pol_p_i, const double sqrt_s_i)
eeffAFBelectron constructor
A class for the forward-backward asymmetry of , subtracting the SM t channel. above the pole.
eeffAFBelectrontsub(const StandardModel &SM_i, const double pol_e_i, const double pol_p_i, const double sqrt_s_i)
eeffAFBelectron constructor
A class for the two to two fermion inclusive observables in electron positron colliders.