a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
Kmunu_o_Pmunu.h
Go to the documentation of this file.
1/*
2 * Copyright (C) 2023 HEPfit Collaboration
3 *
4 *
5 * For the licensing terms see doc/COPYING.
6 */
7
8
9
10#ifndef KMUNU_O_PMUNU_H
11#define KMUNU_O_PMUNU_H
12
13
14
15#include "ThObservable.h"
16#include "QCD.h"
17
18
19class StandardModel;
20
31public:
36 Kmunu_o_Pmunu(const StandardModel& SM_i);
37
43 double computeThValue();
44
45protected:
46
47
48private:
49
50
51
52};
53
54
55
56#endif /* KMUNU_O_PMUNU_H */
57
A class for .
Definition: Kmunu_o_Pmunu.h:30
double computeThValue()
arXiv:1206.2634v2
Kmunu_o_Pmunu(const StandardModel &SM_i)
Constructor.
A model class for the Standard Model.
A class for a model prediction of an observable.
Definition: ThObservable.h:25