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