(Generated on Fri Feb 19 2016 13:25:06 by
1.8.9.1)
Overview
Installation
Usage
Models
Modules
Classes
Bibliography
Examples
EpsilonK.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 EPSILONK_H
9
#define EPSILONK_H
10
11
#include "
ThObservable.h
"
12
#include "
Flavour.h
"
13
#include "
AmpDK2.h
"
14
30
class
EpsilonK
:
public
ThObservable
,
AmpDK2
{
31
public
:
36
EpsilonK
(
const
StandardModel
& SM_i):
ThObservable
(SM_i),
AmpDK2
(SM_i) {};
37
42
double
computeThValue
();
43
44
};
45
46
#endif
/* EPSILONK_H */
AmpDK2.h
EpsilonK::EpsilonK
EpsilonK(const StandardModel &SM_i)
Definition:
EpsilonK.h:36
ThObservable
A class for a model prediction of an observable.
Definition:
ThObservable.h:22
Flavour.h
EpsilonK
A class for that parametrizes indirect CPV in the Kaon sector.
Definition:
EpsilonK.h:30
StandardModel
A model class for the Standard Model.
Definition:
StandardModel.h:443
EpsilonK::computeThValue
double computeThValue()
Definition:
EpsilonK.cpp:10
ThObservable.h
AmpDK2
A class for calculating the amplitudes contributing to and .
Definition:
AmpDK2.h:28