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