a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
LEP2dsigmadcosTau 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 LEP2dsigmadcosTau:

Detailed Description

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

Author
HEPfit Collaboration

Definition at line 54 of file LEP2sigmaTau.h.

Public Member Functions

double computeThValue ()
 
 LEP2dsigmadcosTau (const StandardModel &SM_i, const double sqrt_s_i, const double cos_i, const double cosmin_i, const double cosmax_i)
 LEP2dsigmadcosTau constructor. More...
 
- Public Member Functions inherited from LEP2ThDiffObservableBin
 LEP2ThDiffObservableBin (const StandardModel &SM_i, const double sqrt_s_i, const double cos_i, const double cosmin_i, const double cosmax_i)
 LEP2ThDiffObservableBin 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 LEP2ThDiffObservableBin
const double cos
 
const double cosmax
 
const double cosmin
 
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

◆ LEP2dsigmadcosTau()

LEP2dsigmadcosTau::LEP2dsigmadcosTau ( const StandardModel SM_i,
const double  sqrt_s_i,
const double  cos_i,
const double  cosmin_i,
const double  cosmax_i 
)
inline

LEP2dsigmadcosTau constructor.

Parameters
[in]SM_ia reference to an object of type StandardModel
[in]sqrt_s_ithe CM energy of the e^+ e^- pair
[in]cos_ithe polar angle of the final state particle wrt e^-
[in]cosmin_ithe minimum polar angle of the final state particle wrt e^- in the bin
[in]cosmax_ithe maximum polar angle of the final state particle wrt e^- in the bin

Definition at line 65 of file LEP2sigmaTau.h.

66 : LEP2ThDiffObservableBin(SM_i, sqrt_s_i, cos_i, cosmin_i, cosmax_i)
67 {
68
69 }
LEP2ThDiffObservableBin(const StandardModel &SM_i, const double sqrt_s_i, const double cos_i, const double cosmin_i, const double cosmax_i)
LEP2ThDiffObservableBin constructor.

Member Function Documentation

◆ computeThValue()

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

Implements ThObservable.

Definition at line 31 of file LEP2sigmaTau.cpp.

32{
33 double dsigmadcos_tau = SM.LEP2dsigmadcosBinTau(s, cos, cosmin, cosmax);
34
35 // Intrinsic SM theory uncertainty
36 double SM_intr_err = SM.getOptionalParameter("errSMint_deelldcosLEP2");
37
38 #ifdef LEP2TEST
39 sigma_tau = myTEST.sigmaTauTEST(sqrt_s)/SM.GeVminus2_to_nb/1000.0;
40 #endif
41
42 // Approximate formulae returns result in pb
43 return ( dsigmadcos_tau * ( 1.0 + SM_intr_err ) );
44}
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 LEP2dsigmadcosBinTau(const double s, const double cos, const double cosmin, const double cosmax) 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: