(Generated on Fri Feb 19 2016 13:25:07 by
1.8.9.1)
Overview
Installation
Usage
Models
Modules
Classes
Bibliography
Examples
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 */
CKMGamma
Definition:
gamma.h:15
ThObservable
A class for a model prediction of an observable.
Definition:
ThObservable.h:22
StandardModel
A model class for the Standard Model.
Definition:
StandardModel.h:443
CKMGamma::CKMGamma
CKMGamma(const StandardModel &SM_i)
Definition:
gamma.h:17
CKMGamma::computeThValue
double computeThValue()
Definition:
gamma.h:19
ThObservable::SM
const StandardModel & SM
A reference to an object of StandardMode class.
Definition:
ThObservable.h:99
ThObservable.h
StandardModel::computeGamma
double computeGamma() const
The CKM angle .
Definition:
StandardModel.cpp:492