a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
BR_Kmumu.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 BR_KMUMU_H
9 #define BR_KMUMU_H
10 
11 #include "ThObservable.h"
12 #include "OrderScheme.h"
13 #include "gslpp.h"
14 #include "CPenguinBoxMu.h"
15 class StandardModel;
16 
17 
52 class BR_Kmumu : public ThObservable {
53 public:
58  BR_Kmumu(StandardModel& SM_i);
59 
65  double computeThValue();
66 
67 
68 protected:
69 
78 
79 private:
80 
83 };
84 
85 #endif /* BR_KMUMU_H */
ThObservable.h
gslpp.h
gslpp::complex
A class for defining operations on and functions of complex numbers.
Definition: gslpp_complex.h:35
OrderScheme.h
StandardModel
A model class for the Standard Model.
Definition: StandardModel.h:477
BR_Kmumu::computeThValue
double computeThValue()
Definition: BR_Kmumu.cpp:21
BR_Kmumu::BR_Kmumu
BR_Kmumu(StandardModel &SM_i)
Definition: BR_Kmumu.cpp:13
CPenguinBoxMu
Definition: CPenguinBoxMu.h:18
CPenguinBoxMu.h
BR_Kmumu::BRKmumu
gslpp::complex BRKmumu(orders order)
Definition: BR_Kmumu.cpp:31
BR_Kmumu
A class for the branching ratio of .
Definition: BR_Kmumu.h:52
orders
orders
An enum type for orders in QCD.
Definition: OrderScheme.h:31
BR_Kmumu::CPB
CPenguinBoxMu CPB
Definition: BR_Kmumu.h:82
ThObservable
A class for a model prediction of an observable.
Definition: ThObservable.h:25
BR_Kmumu::mySM
StandardModel & mySM
Definition: BR_Kmumu.h:81