a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
DmK.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 DMK_H
9 #define DMK_H
10 
11 #include "ThObservable.h"
12 #include "AmpDK2.h"
13 
27 class DmK : public ThObservable, AmpDK2 {
28 public:
29 
34  DmK(const StandardModel& SM_i);
35 
40  virtual double computeThValue();
41 };
42 
43 #endif /* DMK_H */
DmK::computeThValue
virtual double computeThValue()
Definition: DmK.cpp:17
ThObservable.h
AmpDK2.h
StandardModel
A model class for the Standard Model.
Definition: StandardModel.h:474
DmK
Definition: DmK.h:27
DmK::DmK
DmK(const StandardModel &SM_i)
Constructor.
Definition: DmK.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