#include <ZFRcharmLEP2.h>
Definition at line 16 of file ZFRcharmLEP2.h.
◆ ZFRcharmLEP2()
ZFRcharmLEP2::ZFRcharmLEP2 |
( |
const StandardModel & |
SM_i, |
|
|
const double |
sqrt_s_i |
|
) |
| |
|
inline |
ZFRcharmLEP2 constructor.
- Parameters
-
[in] | ZF_i | an 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.
ThObservable(const StandardModel &SM_i)
Constructor.
const ZFitterWrapper & myZF
◆ 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.
12 double myZFsigmaCharmLEP2;
13 double myZFsigmaQuarksLEP2 = 0.0, tmp, dummy;
14 for (
int i=4; i<=9; i++) {
17 myZFsigmaQuarksLEP2 += tmp;
18 if (i==6) myZFsigmaCharmLEP2 = tmp;
21 return (myZFsigmaCharmLEP2/myZFsigmaQuarksLEP2);
void calcXS_AFB(const int INDF, const double SQRS, double *XS, double *AFB) const
calculates a cross section and a forward-backward asymmetry
◆ myZF
◆ sqrt_s
const double ZFRcharmLEP2::sqrt_s |
|
private |
The documentation for this class was generated from the following files: