a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
LEP2sigmaCharm.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 LEP2SIGMACHARM_H
9#define LEP2SIGMACHARM_H
10
11#include "LEP2ThObservable.h"
12
22public:
23
30 LEP2sigmaCharm(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
63 eeffsigmaCharm(const StandardModel& SM_i, const double pol_e_i, const double pol_p_i, const double sqrt_s_i)
64 : eeffThObservable(SM_i, pol_e_i, pol_p_i, sqrt_s_i)
65 {
66
67 }
68
72 double computeThValue();
73
74private:
75
76};
77
78
88public:
89
96 eeffRcharm(const StandardModel& SM_i, const double pol_e_i, const double pol_p_i, const double sqrt_s_i)
97 : eeffThObservable(SM_i, pol_e_i, pol_p_i, sqrt_s_i)
98 {
99 }
100
104 double computeThValue();
105
106private:
107
108};
109
110#endif /* LEP2SIGMACHARM_H */
111
A class for the LEP2 inclusive observables.
A class for the cross section of above the pole.
LEP2sigmaCharm(const StandardModel &SM_i, const double sqrt_s_i)
LEP2sigmaCharm constructor.
double computeThValue()
A model class for the Standard Model.
A class for the ratio of cross sections of off the pole.
eeffRcharm(const StandardModel &SM_i, const double pol_e_i, const double pol_p_i, const double sqrt_s_i)
eeffRcharm constructor
double computeThValue()
A class for the two to two fermion inclusive observables in electron positron colliders.
A class for the cross section of off the pole.
eeffsigmaCharm(const StandardModel &SM_i, const double pol_e_i, const double pol_p_i, const double sqrt_s_i)
eeffsigmaCharm constructor
double computeThValue()