a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
Loading...
Searching...
No Matches
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 */
orders
Definition OrderScheme.h:33
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
double computeThValue()
Definition BR_Kmumu.cpp:21
A model class for the Standard Model.
A class for a model prediction of an observable.