li_3lj.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2015 HEPfit Collaboration
3  * All rights reserved.
4  *
5  * For the licensing terms see doc/COPYING.
6  */
7 
8 #ifndef LI_3LJ_H
9 #define LI_3LJ_H
10 
11 #include "gslpp.h"
12 #include "ThObservable.h"
13 #include "LeptonFlavour.h"
14 
15 class li_3lj : public ThObservable {
16 public:
21  li_3lj(const StandardModel& SM_i);
22 
28  double computeThValue();
29 
30 protected:
31 
32 private:
33 
34 };
35 
44 class mu_3e : public ThObservable {
45 public:
46 
51  mu_3e(const StandardModel& SM_i);
52 
56  double computeThValue();
57 
58 private:
63 
64 };
65 
74 class tau_3mu : public ThObservable {
75 public:
76 
81  tau_3mu(const StandardModel& SM_i);
82 
86  double computeThValue();
87 
88 private:
93 
94 };
95 
104 class tau_3e : public ThObservable {
105 public:
106 
111  tau_3e(const StandardModel& SM_i);
112 
116  double computeThValue();
117 
118 private:
123 
124 };
125 
126 
127 #endif /* LI_3LJ_H */
tau_3mu(const StandardModel &SM_i)
Calculates the value of the process .
Definition: li_3lj.cpp:127
li_3lj(const StandardModel &SM_i)
tau_3e(const StandardModel &SM_i)
Calculates the value of the process .
Definition: li_3lj.cpp:174
Definition: li_3lj.h:15
double computeThValue()
Definition: li_3lj.cpp:24
double computeThValue()
Calculates the value of the process .
A class for a model prediction of an observable.
Definition: ThObservable.h:22
A model class for the Standard Model.
A class for calculating the branching ratio of the process .
Definition: li_3lj.h:44
double computeThValue()
Definition: li_3lj.cpp:187
const StandardModel & mySM
Constructor containing the Wilson coefficient.
Definition: li_3lj.h:62
mu_3e(const StandardModel &SM_i)
Calculates the value of the process .
Definition: li_3lj.cpp:20
A class for calculating the branching ratio of the process .
Definition: li_3lj.h:104
const StandardModel & mySM
Constructor containing the Wilson coefficient.
Definition: li_3lj.h:122
const StandardModel & mySM
Constructor containing the Wilson coefficient.
Definition: li_3lj.h:92
double computeThValue()
Definition: li_3lj.cpp:140
A class for calculating the branching ratio of the process .
Definition: li_3lj.h:74