a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
EpsilonP_O_Epsilon_TH.h
Go to the documentation of this file.
1/*
2 * Copyright (C) 2022 HEPfit Collaboration
3 *
4 *
5 * For the licensing terms see doc/COPYING.
6 */
7
8#ifndef EPSILONP_O_EPSILON_TH_H
9#define EPSILONP_O_EPSILON_TH_H
10
11#include "ThObservable.h"
12#include "AmpDS1.h"
13#include "AmpDK2.h"
14
60public:
66
71 double computeThValue();
72
73private:
74
75};
76
77#endif /* EPSILONP_O_EPSILON_TH_H */
78
A class for calculating the amplitudes contributing to and .
Definition: AmpDK2.h:30
Definition: AmpDS1.h:17
A class for that parametrizes direct CPV in the Kaon sector. In this implementation,...
EpsilonP_O_Epsilon_TH(const StandardModel &SM_i)
A model class for the Standard Model.
A class for a model prediction of an observable.
Definition: ThObservable.h:25