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

#include <ZFDsigmaTauLEP2.h>

+ Inheritance diagram for ZFDsigmaTauLEP2:

Detailed Description

Definition at line 16 of file ZFDsigmaTauLEP2.h.

Public Member Functions

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

Private Attributes

const double cos_theta
 
const ZFitterWrappermyZF
 
const double sqrt_s
 

Additional Inherited Members

- 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

◆ ZFDsigmaTauLEP2()

ZFDsigmaTauLEP2::ZFDsigmaTauLEP2 ( const StandardModel SM_i,
const double  sqrt_s_i,
const double  cos_theta_i 
)
inline

ZFDsigmaTauLEP2 constructor.

Parameters
[in]ZF_ian object of ZFitter class
[in]sqrt_s_i\sqrt{s} of the e+ e- pair in the initial state
[in]cos_theta_icos(theta)

Definition at line 25 of file ZFDsigmaTauLEP2.h.

26 : ThObservable(SM_i), myZF(SM_i),
27 sqrt_s(sqrt_s_i), cos_theta(cos_theta_i) {};
ThObservable(const StandardModel &SM_i)
Constructor.
Definition: ThObservable.h:32
const ZFitterWrapper & myZF
const double cos_theta
const double sqrt_s

Member Function Documentation

◆ computeThValue()

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

Implements ThObservable.

Definition at line 11 of file ZFDsigmaTauLEP2.cpp.

11 {
12 double myZFDsigmaTauLEP2;
13 myZF.calcDXS(3, sqrt_s, cos_theta, &myZFDsigmaTauLEP2);
14 myZFDsigmaTauLEP2 *= 1000.0;// nb --> pb
15 return myZFDsigmaTauLEP2;
16}
void calcDXS(const int INDF, const double SQRS, const double CSA, double *DXS) const
calculates a differential cross section w.r.t cos(theta)

Member Data Documentation

◆ cos_theta

const double ZFDsigmaTauLEP2::cos_theta
private

Definition at line 36 of file ZFDsigmaTauLEP2.h.

◆ myZF

const ZFitterWrapper& ZFDsigmaTauLEP2::myZF
private

Definition at line 35 of file ZFDsigmaTauLEP2.h.

◆ sqrt_s

const double ZFDsigmaTauLEP2::sqrt_s
private

Definition at line 36 of file ZFDsigmaTauLEP2.h.


The documentation for this class was generated from the following files: