#include <ZFDsigmaQuarksLEP2.h>
Definition at line 16 of file ZFDsigmaQuarksLEP2.h.
|
| double | max |
| | the bin maximum.
|
| |
| double | min |
| | The bin minimum.
|
| |
| std::vector< std::string > | parametersForObservable |
| | a vector of parameter namesfor the specific observable
|
| |
| const StandardModel & | SM |
| | A reference to an object of StandardMode class.
|
| |
◆ ZFDsigmaQuarksLEP2()
| ZFDsigmaQuarksLEP2::ZFDsigmaQuarksLEP2 |
( |
const StandardModel & |
SM_i, |
|
|
const double |
sqrt_s_i, |
|
|
const double |
cos_theta_i |
|
) |
| |
|
inline |
ZFDsigmaQuarksLEP2 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 |
| [in] | cos_theta_i | cos(theta) |
Definition at line 25 of file ZFDsigmaQuarksLEP2.h.
A class for a model prediction of an observable.
const ZFitterWrapper & myZF
◆ computeThValue()
| double ZFDsigmaQuarksLEP2::computeThValue |
( |
| ) |
|
|
virtual |
- Returns
- the differential hadronic cross section in pb at sqrt_s and cos_theta
Implements ThObservable.
Definition at line 11 of file ZFDsigmaQuarksLEP2.cpp.
11 {
12 double myZFDsigmaQuarksLEP2 = 0.0, tmp;
13 for (int i=4; i<=9; i++) {
14 if (i!=8) {
16 myZFDsigmaQuarksLEP2 += tmp;
17 }
18 }
19 myZFDsigmaQuarksLEP2 *= 1000.0;
20 return myZFDsigmaQuarksLEP2;
21}
void calcDXS(const int INDF, const double SQRS, const double CSA, double *DXS) const
calculates a differential cross section w.r.t cos(theta)
◆ cos_theta
| const double ZFDsigmaQuarksLEP2::cos_theta |
|
private |
◆ myZF
◆ sqrt_s
| const double ZFDsigmaQuarksLEP2::sqrt_s |
|
private |
The documentation for this class was generated from the following files: