a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
eeffsigmaStrange.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 EEFFSIGMASTRANGE_H
9#define EEFFSIGMASTRANGE_H
10
11#include "LEP2ThObservable.h"
12
13
23public:
24
31 eeffsigmaStrange(const StandardModel& SM_i, const double pol_e_i, const double pol_p_i, const double sqrt_s_i)
32 : eeffThObservable(SM_i, pol_e_i, pol_p_i, sqrt_s_i)
33 {
34 }
35
39 double computeThValue();
40
41private:
42
43};
44
45
55public:
56
63 eeffRstrange(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
71 double computeThValue();
72
73private:
74
75};
76
77#endif /* EEFFSIGMASTRANGE_H */
78
A model class for the Standard Model.
A class for the ratio of cross sections of off the pole.
double computeThValue()
eeffRstrange(const StandardModel &SM_i, const double pol_e_i, const double pol_p_i, const double sqrt_s_i)
eeffRstrange constructor
A class for the two to two fermion inclusive observables in electron positron colliders.
A class for the cross section of off the pole.
eeffsigmaStrange(const StandardModel &SM_i, const double pol_e_i, const double pol_p_i, const double sqrt_s_i)
eeffsigmaStrange constructor