a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
BClnuObservables.h
Go to the documentation of this file.
1/*
2 * Copyright (C) 2014 HEPfit Collaboration
3 *
4 *
5 * For the licensing terms see doc/COPYING.
6 * (Made by Danilo Ricciardella)
7 */
8
9#ifndef BCLNUOBSERVABLES_H
10#define BCLNUOBSERVABLES_H
11
12#include "QCD.h"
13#include "ThObservable.h"
14
16{
17 public:
18
27 Q2moments_BClnu(const StandardModel& SM_i, QCD::meson meson_i, unsigned int typ_i);
28
35 double computeThValue();
36
37 private:
39 unsigned int typ;
40};
41
43{
44 public:
45
54 Elmoments_BClnu(const StandardModel& SM_i, QCD::meson meson_i, unsigned int typ_i);
55
62 double computeThValue();
63
64 private:
66 unsigned int typ;
67};
68
70{
71 public:
72
81 MXmoments_BClnu(const StandardModel& SM_i, QCD::meson meson_i, unsigned int typ_i);
82
89 double computeThValue();
90
91 private:
93 unsigned int typ;
94};
95
97{
98 public:
99
107 PartialAverageBR_BClnu(const StandardModel& SM_i, QCD::meson meson_i);
108
114 double computeThValue();
115
116 private:
118};
119
121{
122 public:
123
131 Vcb_BClnu(const StandardModel& SM_i, QCD::meson meson_i);
132
138 double computeThValue();
139
140 private:
143};
144
145
146#endif /* BCLNUOBSERVABLES_H */
Elmoments_BClnu(const StandardModel &SM_i, QCD::meson meson_i, unsigned int typ_i)
Constructor.
unsigned int typ
double computeThValue()
The computation of the moments, varying the number and elcut.
MXmoments_BClnu(const StandardModel &SM_i, QCD::meson meson_i, unsigned int typ_i)
Constructor.
double computeThValue()
The computation of the moments, varying the number and elcut.
unsigned int typ
double computeThValue()
The computation of the moments, varying the number and elcut.
PartialAverageBR_BClnu(const StandardModel &SM_i, QCD::meson meson_i)
Constructor.
Q2moments_BClnu(const StandardModel &SM_i, QCD::meson meson_i, unsigned int typ_i)
Constructor.
unsigned int typ
double computeThValue()
The computation of the moments, varying the number and q2cut.
meson
An enum type for mesons.
Definition: QCD.h:336
A model class for the Standard Model.
A class for a model prediction of an observable.
Definition: ThObservable.h:25
QCD::meson meson1
Vcb_BClnu(const StandardModel &SM_i, QCD::meson meson_i)
Constructor.
double computeThValue()
The computation of the moments, varying the number and elcut.