a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
BR_Kp0nunu.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_KP0NUNU_H
9 #define BR_KP0NUNU_H
10 
11 class StandardModel;
12 #include "ThObservable.h"
13 #include "OrderScheme.h"
14 #include "gslpp.h"
15 
16 
17 
52 class BR_Kp0nunu : public ThObservable {
53 public:
59 
65  double computeThValue();
66 
67 
68 protected:
69 
78  gslpp::complex BRKp0nunu(orders order, orders_qed order_qed);
79 
80 private:
81 
83 };
84 
85 #endif /* BR_KP0NUNU_H */
BR_Kp0nunu::mySM
StandardModel & mySM
Definition: BR_Kp0nunu.h:82
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_Kp0nunu
A class for the branching ratio of .
Definition: BR_Kp0nunu.h:52
orders_qed
orders_qed
An enum type for orders in electroweak.
Definition: OrderScheme.h:47
BR_Kp0nunu::BRKp0nunu
gslpp::complex BRKp0nunu(orders order, orders_qed order_qed)
Definition: BR_Kp0nunu.cpp:31
orders
orders
An enum type for orders in QCD.
Definition: OrderScheme.h:31
ThObservable
A class for a model prediction of an observable.
Definition: ThObservable.h:25
BR_Kp0nunu::computeThValue
double computeThValue()
Definition: BR_Kp0nunu.cpp:21
BR_Kp0nunu::BR_Kp0nunu
BR_Kp0nunu(StandardModel &SM_i)
Definition: BR_Kp0nunu.cpp:13