(Generated on Fri Feb 19 2016 13:25:06 by
1.8.9.1)
Overview
Installation
Usage
Models
Modules
Classes
Bibliography
Examples
DmBs.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 DMBS_H
9
#define DMBS_H
10
11
#include "
ThObservable.h
"
12
#include "
Flavour.h
"
13
#include "
AmpDB2.h
"
14
29
class
DmBs
:
public
ThObservable
,
AmpDB2
{
30
public
:
31
37
DmBs
(
const
StandardModel
& SM_i) :
ThObservable
(SM_i),
AmpDB2
(SM_i) {};
38
44
double
computeThValue
();
45
};
46
47
#endif
/* DMBS_H */
48
ThObservable
A class for a model prediction of an observable.
Definition:
ThObservable.h:22
AmpDB2.h
Flavour.h
DmBs::DmBs
DmBs(const StandardModel &SM_i)
Definition:
DmBs.h:37
StandardModel
A model class for the Standard Model.
Definition:
StandardModel.h:443
DmBs
Definition:
DmBs.h:29
ThObservable.h
AmpDB2
Definition:
AmpDB2.h:21
DmBs::computeThValue
double computeThValue()
Definition:
DmBs.cpp:10