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 
56 public:
61  EpsilonP_O_Epsilon(const StandardModel& SM_i);
62 
67  double computeThValue();
68 
69 private:
70 
71 };
72 
73 #endif /* EPSILONP_O_EPSILON_H */
ThObservable.h
StandardModel
A model class for the Standard Model.
Definition: StandardModel.h:477
EpsilonP_O_Epsilon::EpsilonP_O_Epsilon
EpsilonP_O_Epsilon(const StandardModel &SM_i)
Definition: EpsilonP_O_Epsilon.cpp:12
AmpDS1.h
AmpDS1
Definition: AmpDS1.h:16
ThObservable
A class for a model prediction of an observable.
Definition: ThObservable.h:25
EpsilonP_O_Epsilon::computeThValue
double computeThValue()
Definition: EpsilonP_O_Epsilon.cpp:18
EpsilonP_O_Epsilon
A class for that parametrizes direct CPV in the Kaon sector.
Definition: EpsilonP_O_Epsilon.h:55