mueconversion.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 MUECONVERSION_H
9 #define MUECONVERSION_H
10 
11 #include "gslpp.h"
12 #include "ThObservable.h"
13 #include "LeptonFlavour.h"
14 
15 //class mueconversion : public ThObservable {
16 //public:
17 // /**
18 // * constructor
19 // * @param LeptonFlavour
20 // */
21 // mueconversion(const StandardModel& SM_i);
22 //
23 // /**
24 // *
25 // * @brief
26 // * @return
27 // */
28 // double computeThValue();
29 //
30 //protected:
31 //
32 //private:
33 //
34 //};
35 
45 public:
46 
51  mueconversion_Ti(const StandardModel& SM_i);
52 
56  double computeThValue();
57 
58 private:
63 
64 };
65 
66 #endif /* MUECONVERSION_H */
mueconversion_Ti(const StandardModel &SM_i)
Calculates the value of the process conversion in Titanium Nuclei.
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 decay rate of the process conversion in Titanium Nuclei.
Definition: mueconversion.h:44
double computeThValue()
const StandardModel & mySM
Constructor containing the Wilson coefficient.
Definition: mueconversion.h:62