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 */
EpsilonK(const StandardModel &SM_i)
Definition: EpsilonK.h:36
A class for a model prediction of an observable.
Definition: ThObservable.h:22
A class for that parametrizes indirect CPV in the Kaon sector.
Definition: EpsilonK.h:30
A model class for the Standard Model.
double computeThValue()
Definition: EpsilonK.cpp:10
A class for calculating the amplitudes contributing to and .
Definition: AmpDK2.h:28