a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
BXqllObservables.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 */
7
8#ifndef BXQLLOBSERVABLES_H
9#define BXQLLOBSERVABLES_H
10
11#include "BXqll.h"
12#include "ThObservable.h"
13
26class R_BXqll : public ThObservable{
27public:
28
35 R_BXqll(const StandardModel& SM_i, QCD::quark quark_i, QCD::lepton lep_i);
36
41 double computeThValue ();
42
43private:
45};
46
47
61class HT_BXqll : public ThObservable{
62public:
63
70 HT_BXqll(const StandardModel& SM_i, QCD::quark quark_i, QCD::lepton lep_i);
71
76 double computeThValue ();
77
78private:
80};
81
82
96class HL_BXqll : public ThObservable{
97public:
98
105 HL_BXqll(const StandardModel& SM_i, QCD::quark quark_i, QCD::lepton lep_i);
106
111 double computeThValue ();
112
113private:
115};
116
117
131class HA_BXqll : public ThObservable{
132public:
133
140 HA_BXqll(const StandardModel& SM_i, QCD::quark quark_i, QCD::lepton lep_i);
141
146 double computeThValue ();
147
148private:
150};
151
152
165class BR_BXqll : public ThObservable{
166public:
167
174 BR_BXqll(const StandardModel& SM_i, QCD::quark quark_i, QCD::lepton lep_i);
175
180 double computeThValue ();
181
182private:
184};
185
186
200class AFB_BXqll : public ThObservable{
201public:
202
209 AFB_BXqll(const StandardModel& SM_i, QCD::quark quark_i, QCD::lepton lep_i);
210
215 double computeThValue ();
216
217private:
219};
220
221#endif /* BXQLLOBSERVABLES_H */
A class for the binned observable .
double computeThValue()
The binned observable .
AFB_BXqll(const StandardModel &SM_i, QCD::quark quark_i, QCD::lepton lep_i)
Constructor.
A class for the binned observable .
BR_BXqll(const StandardModel &SM_i, QCD::quark quark_i, QCD::lepton lep_i)
Constructor.
double computeThValue()
The binned observable .
A class for the decay.
Definition: BXqll.h:35
A class for the binned observable in .
double computeThValue()
The binned observable in .
HA_BXqll(const StandardModel &SM_i, QCD::quark quark_i, QCD::lepton lep_i)
Constructor.
A class for the binned observable in .
double computeThValue()
The binned observable in .
HL_BXqll(const StandardModel &SM_i, QCD::quark quark_i, QCD::lepton lep_i)
Constructor.
A class for the binned observable in .
HT_BXqll(const StandardModel &SM_i, QCD::quark quark_i, QCD::lepton lep_i)
Constructor.
double computeThValue()
The binned observable in .
quark
An enum type for quarks.
Definition: QCD.h:323
lepton
An enum type for leptons.
Definition: QCD.h:310
A class for in .
BXqll myBXqll
R_BXqll(const StandardModel &SM_i, QCD::quark quark_i, QCD::lepton lep_i)
Constructor.
double computeThValue()
The binned observable in .
A model class for the Standard Model.
A class for a model prediction of an observable.
Definition: ThObservable.h:25