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