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

A class for the cross section of \(e^+e^-\to c\bar{c}\) above the \(Z\) pole. More...

#include <LEP2sigmaCharm.h>

+ Inheritance diagram for LEP2sigmaCharm:

Detailed Description

A class for the cross section of \(e^+e^-\to c\bar{c}\) above the \(Z\) pole.

Author
HEPfit Collaboration

Definition at line 21 of file LEP2sigmaCharm.h.

Public Member Functions

double computeThValue ()
 
 LEP2sigmaCharm (const StandardModel &SM_i, const double sqrt_s_i)
 LEP2sigmaCharm 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

◆ LEP2sigmaCharm()

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

LEP2sigmaCharm constructor.

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

Definition at line 30 of file LEP2sigmaCharm.h.

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

Member Function Documentation

◆ computeThValue()

double LEP2sigmaCharm::computeThValue ( )
virtual
Returns
the cross section for e^+ e^- -> c cbar at sqrt_s in pb

Implements ThObservable.

Definition at line 11 of file LEP2sigmaCharm.cpp.

12{
13 double sigma_charm = SM.LEP2sigmaCharm(s);
14
15 return ( sigma_charm*SM.GeVminus2_to_nb*1000.0 );
16}
virtual const double LEP2sigmaCharm(const double s) const
static const double GeVminus2_to_nb
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: