a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
LEP2Rbottom.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 LEP2RBOTTOM_H
9 #define LEP2RBOTTOM_H
10 
11 #include "LEP2ThObservable.h"
12 
21 class LEP2Rbottom : public LEP2ThObservable {
22 public:
23 
29  LEP2Rbottom(const StandardModel& SM_i, const double sqrt_s_i)
30  : LEP2ThObservable(SM_i, sqrt_s_i)
31  {
32  }
33 
37  double computeThValue();
38 
39 private:
40 
41 };
42 
43 #endif /* LEP2RBOTTOM_H */
44 
LEP2Rbottom::computeThValue
double computeThValue()
Definition: LEP2Rbottom.cpp:11
LEP2Rbottom
A class for above the pole.
Definition: LEP2Rbottom.h:21
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
LEP2Rbottom::LEP2Rbottom
LEP2Rbottom(const StandardModel &SM_i, const double sqrt_s_i)
LEP2Rbottom constructor.
Definition: LEP2Rbottom.h:29