a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
ZFDsigmaMuLEP2.h
Go to the documentation of this file.
1/*
2 * Copyright (C) 2012 HEPfit Collaboration
3 * All rights reserved.
4 *
5 * For the licensing terms see doc/COPYING.
6 */
7
8#ifndef ZFDSIGMAMULEP2_H
9#define ZFDSIGMAMULEP2_H
10
11#include <ThObservable.h>
12#include <StandardModel.h>
13#include "ZFitterWrapper.h"
14
15
17public:
18
25 ZFDsigmaMuLEP2(const StandardModel& SM_i, const double sqrt_s_i,
26 const double cos_theta_i) : ThObservable(SM_i), myZF(SM_i),
27 sqrt_s(sqrt_s_i), cos_theta(cos_theta_i) {};
28
32 double computeThValue();
33
34private:
36 const double sqrt_s, cos_theta;
37};
38
39
40#endif /* ZFDSIGMAMULEP2_H */
41
A model class for the Standard Model.
A class for a model prediction of an observable.
Definition: ThObservable.h:25
const ZFitterWrapper & myZF
const double cos_theta
ZFDsigmaMuLEP2(const StandardModel &SM_i, const double sqrt_s_i, const double cos_theta_i)
ZFDsigmaMuLEP2 constructor.
double computeThValue()
const double sqrt_s
ZFITTER C++ Interface Class.