a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
ZFsigmaTauLEP2.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 ZFSIGMATAULEP2_H
9#define ZFSIGMATAULEP2_H
10
11#include <ThObservable.h>
12#include <StandardModel.h>
13#include "ZFitterWrapper.h"
14
15
17public:
18
24 ZFsigmaTauLEP2(const StandardModel& SM_i, const double sqrt_s_i) : ThObservable(SM_i),
25 myZF(SM_i), sqrt_s(sqrt_s_i) {};
26
30 double computeThValue();
31
32private:
34 const double sqrt_s;
35};
36
37#endif /* ZFSIGMATAULEP2_H */
38
A model class for the Standard Model.
A class for a model prediction of an observable.
Definition: ThObservable.h:25
ZFITTER C++ Interface Class.
const double sqrt_s
ZFsigmaTauLEP2(const StandardModel &SM_i, const double sqrt_s_i)
ZFsigmaTauLEP2 constructor.
double computeThValue()
const ZFitterWrapper & myZF