a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
ZFsigmaQuarksLEP2.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 ZFSIGMAQUARKSLEP2_H
9#define ZFSIGMAQUARKSLEP2_H
10
11#include <ThObservable.h>
12#include "ZFitterWrapper.h"
13
14
16public:
17
23 ZFsigmaQuarksLEP2(const StandardModel& SM_i, const double sqrt_s_i) : ThObservable(SM_i),
24 myZF(SM_i), sqrt_s(sqrt_s_i) {};
25
29 double computeThValue();
30
31
32private:
34 const double sqrt_s;
35};
36
37#endif /* ZFSIGMAQUARKSLEP2_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 ZFitterWrapper & myZF
ZFsigmaQuarksLEP2(const StandardModel &SM_i, const double sqrt_s_i)
ZFsigmaQuarksLEP2 constructor.