gamma.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 GAMMA_H
9 #define GAMMA_H
10 
11 #include "ThObservable.h"
12 
13 
14 
15 class CKMGamma : public ThObservable {
16 public:
17  CKMGamma(const StandardModel& SM_i) : ThObservable(SM_i) {};
18 
19  double computeThValue() {
20  return(SM.computeGamma()/M_PI*180.);
21  };
22 };
23 
24 #endif /* GAMMA_H */
Definition: gamma.h:15
A class for a model prediction of an observable.
Definition: ThObservable.h:22
A model class for the Standard Model.
CKMGamma(const StandardModel &SM_i)
Definition: gamma.h:17
double computeThValue()
Definition: gamma.h:19
const StandardModel & SM
A reference to an object of StandardMode class.
Definition: ThObservable.h:99
double computeGamma() const
The CKM angle .