a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
BR_Kppnunu.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_KPPNUNU_H
9#define BR_KPPNUNU_H
10
11class StandardModel;
12#include "ThObservable.h"
13#include "OrderScheme.h"
14#include "gslpp.h"
15#include "Charm_Kpnunu.h"
16
17
67class BR_Kppnunu : public ThObservable {
68public:
73 BR_Kppnunu(const StandardModel& SM_i);
74
80 double computeThValue();
81
82
87 double k_plus();
88
97 double BRKppnunu(orders order, orders_qed order_qed);
98
104 gslpp::complex LongDistance();
105
106private:
107
109};
110
111#endif /* BR_KPPNUNU_H */
A class for the branching ratio of .
Definition: BR_Kppnunu.h:67
const StandardModel & mySM
Definition: BR_Kppnunu.h:108
double BRKppnunu(orders order, orders_qed order_qed)
Definition: BR_Kppnunu.cpp:27
double k_plus()
Definition: BR_Kppnunu.cpp:86
BR_Kppnunu(const StandardModel &SM_i)
Definition: BR_Kppnunu.cpp:12
gslpp::complex LongDistance()
Definition: BR_Kppnunu.cpp:93
double computeThValue()
Definition: BR_Kppnunu.cpp:21
A model class for the Standard Model.
A class for a model prediction of an observable.
Definition: ThObservable.h:25
orders
An enum type for orders in QCD.
Definition: OrderScheme.h:33
orders_qed
An enum type for orders in electroweak.
Definition: OrderScheme.h:56