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

A class for the hadronic cross section of \(e^+e^-\) annihilations above the \(Z\) pole. More...

#include <LEP2sigmaHadron.h>

+ Inheritance diagram for LEP2sigmaHadron:

Detailed Description

A class for the hadronic cross section of \(e^+e^-\) annihilations above the \(Z\) pole.

Author
HEPfit Collaboration

Definition at line 21 of file LEP2sigmaHadron.h.

Public Member Functions

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

◆ LEP2sigmaHadron()

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

LEP2sigmaHadron 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
[in]bSigmaForR_itrue for the denominator of R_b or R_c

Definition at line 31 of file LEP2sigmaHadron.h.

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

Member Function Documentation

◆ computeThValue()

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

Implements ThObservable.

Definition at line 12 of file LEP2sigmaHadron.cpp.

13{
14 double sigmaH = SM.LEP2sigmaHadron(s);
15
16 // Intrinsic SM theory uncertainty
17 double SM_intr_err = SM.getOptionalParameter("errSMint_xseejjLEP2");
18
19 #ifdef LEP2TEST
21 #endif
22
23// return ( sigmaH*SM.GeVminus2_to_nb*1000.0 );
24
25 // Approximate formulae returns result in pb
26 return ( sigmaH * ( 1.0 + SM_intr_err ) );
27}
const double sqrt_s
const LEP2test myTEST
double sigmaHadronTEST(const double sqrt_s_i) const
Definition: LEP2test.h:44
const double getOptionalParameter(std::string name) const
A method to get parameters that are specific to only one set of observables.
Definition: QCD.h:450
virtual const double LEP2sigmaHadron(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: