a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
Loading...
Searching...
No Matches
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
11class StandardModel;
12#include "ThObservable.h"
13#include "OrderScheme.h"
14#include "gslpp.h"
15#include "Charm_Kpnunu.h"
17#include "EpsilonK.h"
18
19
74class BR_Kp0nunu : public ThObservable {
75public:
80 BR_Kp0nunu(const StandardModel& SM_i);
81
87 double computeThValue();
88
89
94 double k_zero();
95
104 double BRKp0nunu(orders order, orders_qed order_qed);
105
111 gslpp::complex LongDistance();
112
113
114private:
115
117
118};
119
120#endif /* BR_KP0NUNU_H */
orders
Definition OrderScheme.h:33
orders_qed
Definition OrderScheme.h:56
A class for the branching ratio of .
Definition BR_Kp0nunu.h:74
double BRKp0nunu(orders order, orders_qed order_qed)
const StandardModel & mySM
Definition BR_Kp0nunu.h:116
gslpp::complex LongDistance()
double k_zero()
double computeThValue()
A model class for the Standard Model.
A class for a model prediction of an observable.