a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
Dleptonnu.h
Go to the documentation of this file.
1/*
2 * Copyright (C) 2023 HEPfit Collaboration
3 *
4 *
5 * For the licensing terms see doc/COPYING.
6 */
7
8
9
10#ifndef DLEPTONNU_H
11#define DLEPTONNU_H
12
13
14
15#include "ThObservable.h"
16#include "QCD.h"
17
18class StandardModel;
19
29class Dleptonnu : public ThObservable {
30public:
35 Dleptonnu(const StandardModel& SM_i, QCD::meson meson_i, QCD::lepton lepton_i);
36
42 double computeThValue();
43
44protected:
45
46private:
47
48 QCD::meson meson;
49 QCD::lepton lepton;
50
51};
52
53
54#endif /* DLEPTONNU_H */
55
meson
An enum type for mesons.
Definition: QCD.h:336
lepton
An enum type for leptons.
Definition: QCD.h:310
A model class for the Standard Model.
A class for a model prediction of an observable.
Definition: ThObservable.h:25
virtual double computeThValue()=0
A member to be overloaded by the respective theory observable. class that calculates the value of the...