a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
LEP2AFBbottom Class Reference

A class for the forward-backward asymmetry of \(e^+e^-\to b\bar{b}\) above the \(Z\) pole. More...

#include <LEP2AFBbottom.h>

+ Inheritance diagram for LEP2AFBbottom:

Detailed Description

A class for the forward-backward asymmetry of \(e^+e^-\to b\bar{b}\) above the \(Z\) pole.

Author
HEPfit Collaboration

Definition at line 22 of file LEP2AFBbottom.h.

Public Member Functions

double computeThValue ()
 
 LEP2AFBbottom (const StandardModel &SM_i, const double sqrt_s_i)
 LEP2AFBbottom constructor. More...
 
- Public Member Functions inherited from LEP2ThObservable
 LEP2ThObservable (const StandardModel &SM_i, const double sqrt_s_i)
 LEP2ThObservable constructor. More...
 
- Public Member Functions inherited from ThObservable
double getBinMax ()
 A get method to get the maximum value of the bin. More...
 
double getBinMin ()
 A get method to get the minimum value of the bin. More...
 
const StandardModelgetModel ()
 A get method to get the model. More...
 
const std::vector< std::string > getParametersForObservable ()
 A get method to get the parameters for the specific observable. More...
 
void setBinMax (double max)
 A set method to set the maximum value of the bin. More...
 
void setBinMin (double min)
 A set method to set the minimum value of the bin. More...
 
void setParametersForObservable (std::vector< std::string > parametersForObservable_i)
 A set method to get the parameters for the specific observable. More...
 
 ThObservable (const StandardModel &SM_i)
 Constructor. More...
 
 ThObservable (const ThObservable &orig)
 The copy constructor. More...
 
virtual ~ThObservable ()
 The default destructor. More...
 

Additional Inherited Members

- Public Attributes inherited from LEP2ThObservable
const LEP2test myTEST
 
const double s
 
const double sqrt_s
 
- Protected Attributes inherited from ThObservable
double max
 the bin maximum. More...
 
double min
 The bin minimum. More...
 
std::vector< std::string > parametersForObservable
 a vector of parameter namesfor the specific observable More...
 
const StandardModelSM
 A reference to an object of StandardMode class. More...
 

Constructor & Destructor Documentation

◆ LEP2AFBbottom()

LEP2AFBbottom::LEP2AFBbottom ( const StandardModel SM_i,
const double  sqrt_s_i 
)
inline

LEP2AFBbottom constructor.

Parameters
[in]SM_ia reference to an object of type StandardModel
[in]sqrt_s_ithe CM energy of the e^+ e^- pair

Definition at line 30 of file LEP2AFBbottom.h.

31 : LEP2ThObservable(SM_i, sqrt_s_i)
32 {
33 }
LEP2ThObservable(const StandardModel &SM_i, const double sqrt_s_i)
LEP2ThObservable constructor.

Member Function Documentation

◆ computeThValue()

double LEP2AFBbottom::computeThValue ( )
virtual
Returns
the forward-backward asymmetry for e^+ e^- -> b bbar at sqrt_s

Implements ThObservable.

Definition at line 11 of file LEP2AFBbottom.cpp.

12{
13 double AFB_b = SM.LEP2AFBbottom(s);
14
15 #ifdef LEP2TEST
17 #endif
18
19 return AFB_b;
20}
const double sqrt_s
const LEP2test myTEST
double AFBbottomTEST(const double sqrt_s_i) const
Definition: LEP2test.h:69
virtual const double LEP2AFBbottom(const double s) const
const StandardModel & SM
A reference to an object of StandardMode class.
Definition: ThObservable.h:121
Test Observable.

The documentation for this class was generated from the following files: