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

#include <ZFsigmaQuarksLEP2.h>

+ Inheritance diagram for ZFsigmaQuarksLEP2:

Detailed Description

Definition at line 15 of file ZFsigmaQuarksLEP2.h.

Public Member Functions

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

◆ ZFsigmaQuarksLEP2()

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

ZFsigmaQuarksLEP2 constructor.

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

Definition at line 23 of file ZFsigmaQuarksLEP2.h.

23 : ThObservable(SM_i),
24 myZF(SM_i), sqrt_s(sqrt_s_i) {};
ThObservable(const StandardModel &SM_i)
Constructor.
Definition: ThObservable.h:32
const ZFitterWrapper & myZF

Member Function Documentation

◆ computeThValue()

double ZFsigmaQuarksLEP2::computeThValue ( )
virtual
Returns
the hadronic cross section in pb at sqrt_s

Implements ThObservable.

Definition at line 10 of file ZFsigmaQuarksLEP2.cpp.

10 {
11 double myZFsigmaQuarksLEP2 = 0.0, tmp, dummy;
12 for (int i=4; i<=9; i++) {
13 if (i!=8) {
14 myZF.calcXS_AFB(i, sqrt_s, &tmp, &dummy);
15 myZFsigmaQuarksLEP2 += tmp;
16 }
17 }
18 myZFsigmaQuarksLEP2 *= 1000.0;// nb --> pb
19 return myZFsigmaQuarksLEP2;
20}
void calcXS_AFB(const int INDF, const double SQRS, double *XS, double *AFB) const
calculates a cross section and a forward-backward asymmetry

Member Data Documentation

◆ myZF

const ZFitterWrapper& ZFsigmaQuarksLEP2::myZF
private

Definition at line 33 of file ZFsigmaQuarksLEP2.h.

◆ sqrt_s

const double ZFsigmaQuarksLEP2::sqrt_s
private

Definition at line 34 of file ZFsigmaQuarksLEP2.h.


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