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
27class DmK : public ThObservable, AmpDK2 {
28public:
29
34 DmK(const StandardModel& SM_i);
35
40 virtual double computeThValue();
41};
42
43#endif /* DMK_H */
A class for calculating the amplitudes contributing to and .
Definition: AmpDK2.h:30
Definition: DmK.h:27
DmK(const StandardModel &SM_i)
Constructor.
Definition: DmK.cpp:12
virtual double computeThValue()
Definition: DmK.cpp:17
A model class for the Standard Model.
A class for a model prediction of an observable.
Definition: ThObservable.h:25