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