(Generated on Fri Feb 19 2016 13:25:06 by
1.8.9.1)
Overview
Installation
Usage
Models
Modules
Classes
Bibliography
Examples
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 */
DmK
Definition:
DmK.h:30
AmpDK2.h
ThObservable
A class for a model prediction of an observable.
Definition:
ThObservable.h:22
DmK::computeThValue
virtual double computeThValue()
Definition:
DmK.cpp:10
Flavour.h
StandardModel
A model class for the Standard Model.
Definition:
StandardModel.h:443
DmK::DmK
DmK(const StandardModel &SM_i)
Definition:
DmK.h:38
ThObservable.h
AmpDK2
A class for calculating the amplitudes contributing to and .
Definition:
AmpDK2.h:28