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 */
A class for , the difference in mass of between the heavy and light mass eigenstates of the neutral ...
Definition: DmBd.h:29
A class for a model prediction of an observable.
Definition: ThObservable.h:22
A model class for the Standard Model.
DmBd(const StandardModel &SM_i)
Definition: DmBd.h:37
double computeThValue()
Definition: DmBd.cpp:10
Definition: AmpDB2.h:21