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
44public:
45
51
55 double computeThValue();
56
57private:
58
59};
60
61#endif /* MUECONVERSION_H */
A model class for the Standard Model.
A class for a model prediction of an observable.
Definition: ThObservable.h:25
A class for calculating the decay rate of the process conversion in Titanium Nuclei.
Definition: mueconversion.h:43
double computeThValue()
mueconversion_Ti(const StandardModel &SM_i)
Calculates the value of the process conversion in Titanium Nuclei.