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

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

#include <LEP2sigmaMu.h>

+ Inheritance diagram for LEP2sigmaMu:

Detailed Description

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

Author
HEPfit Collaboration

Definition at line 21 of file LEP2sigmaMu.h.

Public Member Functions

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

◆ LEP2sigmaMu()

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

LEP2sigmaMu 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 LEP2sigmaMu.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 LEP2sigmaMu::computeThValue ( )
virtual
Returns
the cross section for e^+ e^- -> mu^+ mu^- at sqrt_s in pb

Implements ThObservable.

Definition at line 11 of file LEP2sigmaMu.cpp.

12{
13 double sigma_mu = SM.LEP2sigmaMu(s);
14
15 // Intrinsic SM theory uncertainty
16 double SM_intr_err = SM.getOptionalParameter("errSMint_xseellLEP2");
17
18 #ifdef LEP2TEST
19 sigma_mu = myTEST.sigmaMuTEST(sqrt_s)/SM.GeVminus2_to_nb/1000.0;
20 #endif
21
22// return ( sigma_mu*SM.GeVminus2_to_nb*1000.0 );
23 // Approximate formulae returns result in pb
24 return ( sigma_mu * ( 1.0 + SM_intr_err ) );
25}
const double sqrt_s
const LEP2test myTEST
double sigmaMuTEST(const double sqrt_s_i) const
Definition: LEP2test.h:49
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 LEP2sigmaMu(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: