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 
22 class CKMGamma : public ThObservable {
23 public:
28  CKMGamma(const StandardModel& SM_i);
29 
33  double computeThValue();
34 };
35 
36 #endif /* GAMMA_H */
CKMGamma
A class for the CKM angle in degrees.
Definition: gamma.h:22
ThObservable.h
StandardModel
A model class for the Standard Model.
Definition: StandardModel.h:477
CKMGamma::computeThValue
double computeThValue()
Definition: gamma.cpp:14
CKMGamma::CKMGamma
CKMGamma(const StandardModel &SM_i)
Constructor.
Definition: gamma.cpp:11
ThObservable
A class for a model prediction of an observable.
Definition: ThObservable.h:25