DmK.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2012 HEPfit Collaboration
3  * All rights reserved.
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 "Flavour.h"
13 #include "AmpDK2.h"
14 
30 class DmK : public ThObservable, AmpDK2 {
31 public:
32 
38  DmK(const StandardModel& SM_i) : ThObservable(SM_i), AmpDK2(SM_i) {};
39 
44  virtual double computeThValue();
45 };
46 
47 #endif /* DMK_H */
Definition: DmK.h:30
A class for a model prediction of an observable.
Definition: ThObservable.h:22
virtual double computeThValue()
Definition: DmK.cpp:10
A model class for the Standard Model.
DmK(const StandardModel &SM_i)
Definition: DmK.h:38
A class for calculating the amplitudes contributing to and .
Definition: AmpDK2.h:28