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

#include <ZFsigmaMuLEP2.h>

+ Inheritance diagram for ZFsigmaMuLEP2:

Detailed Description

Definition at line 16 of file ZFsigmaMuLEP2.h.

Public Member Functions

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

◆ ZFsigmaMuLEP2()

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

ZFsigmaMuLEP2 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 ZFsigmaMuLEP2.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 ZFitterWrapper & myZF
Definition: ZFsigmaMuLEP2.h:33
const double sqrt_s
Definition: ZFsigmaMuLEP2.h:34

Member Function Documentation

◆ computeThValue()

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

Implements ThObservable.

Definition at line 11 of file ZFsigmaMuLEP2.cpp.

11 {
12 double myZFsigmaMuLEP2, dummy;
13 myZF.calcXS_AFB(2, sqrt_s, &myZFsigmaMuLEP2, &dummy);
14 myZFsigmaMuLEP2 *= 1000.0;// nb --> pb
15 return myZFsigmaMuLEP2;
16}
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& ZFsigmaMuLEP2::myZF
private

Definition at line 33 of file ZFsigmaMuLEP2.h.

◆ sqrt_s

const double ZFsigmaMuLEP2::sqrt_s
private

Definition at line 34 of file ZFsigmaMuLEP2.h.


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