a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
AFBbottom.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 AFBBOTTOM_H
9 #define AFBBOTTOM_H
10 
11 #include <stdexcept>
12 #include <ThObservable.h>
13 
39 class AFBbottom : public ThObservable {
40 public:
41 
46  AFBbottom(const StandardModel& SM_i)
47  : ThObservable(SM_i)
48  {
49  };
50 
56  double computeThValue();
57 
58 
59 private:
60 
61 
62 };
63 
68 #endif /* AFBBOTTOM_H */
ThObservable.h
AFBbottom
An observable class for the forward-backward asymmetry in at the pole.
Definition: AFBbottom.h:39
StandardModel
A model class for the Standard Model.
Definition: StandardModel.h:477
AFBbottom::AFBbottom
AFBbottom(const StandardModel &SM_i)
Constructor.
Definition: AFBbottom.h:46
ThObservable
A class for a model prediction of an observable.
Definition: ThObservable.h:25
AFBbottom::computeThValue
double computeThValue()
The forward-backward asymmetry for at the pole, .
Definition: AFBbottom.cpp:11