a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
LEP2AFBtau.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 LEP2AFBTAU_H
9 #define LEP2AFBTAU_H
10 
11 #include "LEP2ThObservable.h"
12 
22 class LEP2AFBtau : public LEP2ThObservable {
23 public:
24 
30  LEP2AFBtau(const StandardModel& SM_i, const double sqrt_s_i)
31  : LEP2ThObservable(SM_i, sqrt_s_i)
32  {
33  }
34 
38  double computeThValue();
39 
40 private:
41 
42 };
43 
44 #endif /* LEP2AFBTAU_H */
45 
LEP2AFBtau::computeThValue
double computeThValue()
Definition: LEP2AFBtau.cpp:11
LEP2ThObservable.h
StandardModel
A model class for the Standard Model.
Definition: StandardModel.h:477
LEP2ThObservable
A class for the LEP-II observables.
Definition: LEP2ThObservable.h:29
LEP2AFBtau
A class for the forward-backward asymmetry of above the pole.
Definition: LEP2AFBtau.h:22
LEP2AFBtau::LEP2AFBtau
LEP2AFBtau(const StandardModel &SM_i, const double sqrt_s_i)
LEP2AFBtau constructor.
Definition: LEP2AFBtau.h:30