a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
eeffAFBstrange.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 EEFFAFBSTRANGE_H
9#define EEFFAFBSTRANGE_H
10
11#include "LEP2ThObservable.h"
12
13
24public:
25
31 eeffAFBstrange(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#endif /* EEFFAFBSTRANGE_H */
46
A model class for the Standard Model.
A class for the forward-backward asymmetry of above the pole.
eeffAFBstrange(const StandardModel &SM_i, const double pol_e_i, const double pol_p_i, const double sqrt_s_i)
eeffAFBstrange constructor
double computeThValue()
A class for the two to two fermion inclusive observables in electron positron colliders.