a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
Loading...
Searching...
No Matches
li_3lj.h
Go to the documentation of this file.
1/*
2 * Copyright (C) 2015 HEPfit Collaboration
3 *
4 *
5 * For the licensing terms see doc/COPYING.
6 */
7
8#ifndef LI_3LJ_H
9#define LI_3LJ_H
10
11#include "ThObservable.h"
12
34
43class mu_3e : public ThObservable {
44public:
45
50 mu_3e(const StandardModel& SM_i);
51
55 double computeThValue();
56
57private:
58
59
60};
61
69class Robs_mu_3e : public ThObservable {
70public:
71
75 Robs_mu_3e(const StandardModel& SM_i);
76
80 double computeThValue();
81
82private:
83
84
85};
86
95class tau_3mu : public ThObservable {
96public:
97
102 tau_3mu(const StandardModel& SM_i);
103
107 double computeThValue();
108
109private:
110
111
112};
113
122public:
123
127 Robs_tau_3mu(const StandardModel& SM_i);
128
132 double computeThValue();
133
134private:
135
136
137};
138
147class tau_3e : public ThObservable {
148public:
149
154 tau_3e(const StandardModel& SM_i);
155
159 double computeThValue();
160
161private:
162
163
164};
165
173class Robs_tau_3e : public ThObservable {
174public:
175
179 Robs_tau_3e(const StandardModel& SM_i);
180
184 double computeThValue();
185
186private:
187
188
189};
190
191
192#endif /* LI_3LJ_H */
A class for calculating the upper limit ratio for the process .
Definition li_3lj.h:69
double computeThValue()
Definition li_3lj.cpp:131
A class for calculating the upper limit ratio for the process .
Definition li_3lj.h:173
double computeThValue()
Definition li_3lj.cpp:306
A class for calculating the upper limit ratio for the process .
Definition li_3lj.h:121
double computeThValue()
Definition li_3lj.cpp:218
A model class for the Standard Model.
A class for a model prediction of an observable.
A class for calculating the branching ratio of the process .
Definition li_3lj.h:43
double computeThValue()
Definition li_3lj.cpp:24
A class for calculating the branching ratio of the process .
Definition li_3lj.h:147
double computeThValue()
Definition li_3lj.cpp:268
A class for calculating the branching ratio of the process .
Definition li_3lj.h:95
double computeThValue()
Definition li_3lj.cpp:180