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"
15class StandardModel;
16
17
52class BR_Kmumu : public ThObservable {
53public:
59
65 double computeThValue();
66
67
68protected:
69
77 gslpp::complex BRKmumu(orders order);
78
79private:
80
83};
84
85#endif /* BR_KMUMU_H */
A class for the branching ratio of .
Definition: BR_Kmumu.h:52
gslpp::complex BRKmumu(orders order)
Definition: BR_Kmumu.cpp:31
StandardModel & mySM
Definition: BR_Kmumu.h:81
CPenguinBoxMu CPB
Definition: BR_Kmumu.h:82
BR_Kmumu(StandardModel &SM_i)
Definition: BR_Kmumu.cpp:13
double computeThValue()
Definition: BR_Kmumu.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