a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
gamma.h
Go to the documentation of this file.
1/*
2 * Copyright (C) 2012 HEPfit Collaboration
3 *
4 *
5 * For the licensing terms see doc/COPYING.
6 */
7
8#ifndef GAMMA_H
9#define GAMMA_H
10
11#include "ThObservable.h"
12
13
22class CKMGamma : public ThObservable {
23public:
28 CKMGamma(const StandardModel& SM_i);
29
33 double computeThValue();
34};
35
36#endif /* GAMMA_H */
A class for the CKM angle in degrees.
Definition: gamma.h:22
CKMGamma(const StandardModel &SM_i)
Constructor.
Definition: gamma.cpp:11
double computeThValue()
Definition: gamma.cpp:14
A model class for the Standard Model.
A class for a model prediction of an observable.
Definition: ThObservable.h:25