a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
DmBd.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 DMBD_H
9 #define DMBD_H
10 
11 #include "ThObservable.h"
12 #include "AmpDB2.h"
13 
28 class DmBd : public ThObservable, AmpDB2 {
29 public:
30 
35  DmBd(const StandardModel& SM_i) : ThObservable(SM_i), AmpDB2(SM_i) {};
36 
42  double computeThValue();
43 };
44 
45 #endif /* DMBD_H */
AmpDB2
Amplitude Class
Definition: AmpDB2.h:37
DmBd::DmBd
DmBd(const StandardModel &SM_i)
Constructor.
Definition: DmBd.h:35
ThObservable.h
StandardModel
A model class for the Standard Model.
Definition: StandardModel.h:474
AmpDB2.h
DmBd
A class for , the difference in mass of between the heavy and light mass eigenstates of the neutral ...
Definition: DmBd.h:28
DmBd::computeThValue
double computeThValue()
Definition: DmBd.cpp:11
ThObservable
A class for a model prediction of an observable.
Definition: ThObservable.h:25