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