a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
EpsilonK.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 EPSILONK_H
9 #define EPSILONK_H
10 
11 #include "ThObservable.h"
12 #include "AmpDK2.h"
13 
29 class EpsilonK : public ThObservable, AmpDK2 {
30 public:
35  EpsilonK(const StandardModel& SM_i);
36 
41  double computeThValue();
42 
43 };
44 
45 #endif /* EPSILONK_H */
EpsilonK::computeThValue
double computeThValue()
Definition: EpsilonK.cpp:17
ThObservable.h
EpsilonK
A class for that parametrizes indirect CPV in the Kaon sector.
Definition: EpsilonK.h:29
AmpDK2.h
StandardModel
A model class for the Standard Model.
Definition: StandardModel.h:477
EpsilonK::EpsilonK
EpsilonK(const StandardModel &SM_i)
Constructor.
Definition: EpsilonK.cpp:12
ThObservable
A class for a model prediction of an observable.
Definition: ThObservable.h:25
AmpDK2
A class for calculating the amplitudes contributing to and .
Definition: AmpDK2.h:30