a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
LEP2sigmaHadron.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 LEP2SIGMAHADRON_H
9#define LEP2SIGMAHADRON_H
10
11#include "LEP2ThObservable.h"
12
22public:
23
31 LEP2sigmaHadron(const StandardModel& SM_i, const double sqrt_s_i)
32 : LEP2ThObservable(SM_i, sqrt_s_i)
33 {
34 }
35
39 double computeThValue();
40
41private:
42
43};
44
54public:
55
62 eeffsigmaHadron(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 /* LEP2SIGMAHADRON_H */
77
A class for the LEP2 inclusive observables.
A class for the hadronic cross section of annihilations above the pole.
LEP2sigmaHadron(const StandardModel &SM_i, const double sqrt_s_i)
LEP2sigmaHadron constructor.
A model class for the Standard Model.
A class for the two to two fermion inclusive observables in electron positron colliders.
A class for the hadronic cross section of annihilations above the pole.
eeffsigmaHadron(const StandardModel &SM_i, const double pol_e_i, const double pol_p_i, const double sqrt_s_i)
eeffsigmaHadron constructor