a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
EpsilonP_O_Epsilon.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 EPSILONP_O_EPSILON_H
9#define EPSILONP_O_EPSILON_H
10
11#include "ThObservable.h"
12#include "AmpDS1.h"
13
56public:
61 EpsilonP_O_Epsilon(const StandardModel& SM_i, unsigned int part_i);
62
67 double computeThValue();
68
69private:
70 unsigned int part;
71 double ReA0, ReA2, ImA0, ImA2;
72};
73
74#endif /* EPSILONP_O_EPSILON_H */
Definition: AmpDS1.h:17
A class for that parametrizes direct CPV in the Kaon sector.
EpsilonP_O_Epsilon(const StandardModel &SM_i, unsigned int part_i)
A model class for the Standard Model.
A class for a model prediction of an observable.
Definition: ThObservable.h:25