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
29class EpsilonK : public ThObservable, AmpDK2 {
30public:
35 EpsilonK(const StandardModel& SM_i);
36
41 double computeThValue();
42
43};
44
45#endif /* EPSILONK_H */
A class for calculating the amplitudes contributing to and .
Definition: AmpDK2.h:30
A class for that parametrizes indirect CPV in the Kaon sector.
Definition: EpsilonK.h:29
double computeThValue()
Definition: EpsilonK.cpp:17
EpsilonK(const StandardModel &SM_i)
Constructor.
Definition: EpsilonK.cpp:12
A model class for the Standard Model.
A class for a model prediction of an observable.
Definition: ThObservable.h:25