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

#include <ZFRcharmLEP2.h>

+ Inheritance diagram for ZFRcharmLEP2:

Detailed Description

Definition at line 16 of file ZFRcharmLEP2.h.

Public Member Functions

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

◆ ZFRcharmLEP2()

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

ZFRcharmLEP2 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 24 of file ZFRcharmLEP2.h.

24 : ThObservable(SM_i),
25 myZF(SM_i), sqrt_s(sqrt_s_i) {};
ThObservable(const StandardModel &SM_i)
Constructor.
Definition: ThObservable.h:32
const double sqrt_s
Definition: ZFRcharmLEP2.h:34
const ZFitterWrapper & myZF
Definition: ZFRcharmLEP2.h:33

Member Function Documentation

◆ computeThValue()

double ZFRcharmLEP2::computeThValue ( )
virtual
Returns
the ratio of the c-cbar cross section to the hadronic cross section at sqrt_s

Implements ThObservable.

Definition at line 11 of file ZFRcharmLEP2.cpp.

11 {
12 double myZFsigmaCharmLEP2;
13 double myZFsigmaQuarksLEP2 = 0.0, tmp, dummy;
14 for (int i=4; i<=9; i++) {
15 if (i!=8) {
16 myZF.calcXS_AFB(i, sqrt_s, &tmp, &dummy);
17 myZFsigmaQuarksLEP2 += tmp;
18 if (i==6) myZFsigmaCharmLEP2 = tmp;
19 }
20 }
21 return (myZFsigmaCharmLEP2/myZFsigmaQuarksLEP2);
22}
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& ZFRcharmLEP2::myZF
private

Definition at line 33 of file ZFRcharmLEP2.h.

◆ sqrt_s

const double ZFRcharmLEP2::sqrt_s
private

Definition at line 34 of file ZFRcharmLEP2.h.


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