a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
mueconversion.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 MUECONVERSION_H
9 #define MUECONVERSION_H
10 
11 #include "ThObservable.h"
12 
13 
14 //class mueconversion : public ThObservable {
15 //public:
16 // /**
17 // * constructor
18 // * @param LeptonFlavour
19 // */
20 // mueconversion(const StandardModel& SM_i);
21 //
22 // /**
23 // *
24 // * @brief
25 // * @return
26 // */
27 // double computeThValue();
28 //
29 //protected:
30 //
31 //private:
32 //
33 //};
34 
44 public:
45 
50  mueconversion_Ti(const StandardModel& SM_i);
51 
55  double computeThValue();
56 
57 private:
58 
59 };
60 
61 #endif /* MUECONVERSION_H */
mueconversion_Ti::computeThValue
double computeThValue()
Definition: mueconversion.cpp:24
ThObservable.h
StandardModel
A model class for the Standard Model.
Definition: StandardModel.h:474
mueconversion_Ti
A class for calculating the decay rate of the process conversion in Titanium Nuclei.
Definition: mueconversion.h:43
ThObservable
A class for a model prediction of an observable.
Definition: ThObservable.h:25
mueconversion_Ti::mueconversion_Ti
mueconversion_Ti(const StandardModel &SM_i)
Calculates the value of the process conversion in Titanium Nuclei.
Definition: mueconversion.cpp:20