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

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

#include <LEP2sigmaTau.h>

+ Inheritance diagram for LEP2sigmaTau:

Detailed Description

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

Author
HEPfit Collaboration

Definition at line 21 of file LEP2sigmaTau.h.

Public Member Functions

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

◆ LEP2sigmaTau()

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

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

Implements ThObservable.

Definition at line 12 of file LEP2sigmaTau.cpp.

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