Belle II Software development
|
Extra information about single PDF peak. More...
#include <SignalPDF.h>
Public Attributes | |
double | thc = 0 |
Cerenkov (polar) angle. | |
double | e = 0 |
photon energy | |
double | sige = 0 |
photon energy sigma squared | |
int | Nxm = 0 |
number of reflections in x before mirror | |
int | Nxb = 0 |
number of reflections in x after mirror and before prism | |
int | Nxe = 0 |
number of reflections in x inside prism | |
int | Nym = 0 |
number of reflections in y before mirror | |
int | Nyb = 0 |
number of reflections in y after mirror and before prism | |
int | Nye = 0 |
number of reflections in y inside prism | |
double | xD = 0 |
unfolded detection x coordinate | |
double | yD = 0 |
unfolded detection y coordinate | |
double | zD = 0 |
unfolded detection z coordinate | |
double | yB = 0 |
unfolded coordinate x at prism entrance | |
double | kxE = 0 |
photon direction x at emission | |
double | kyE = 0 |
photon direction y at emission | |
double | kzE = 0 |
photon direction z at emission | |
double | kxD = 0 |
photon direction x at detection | |
double | kyD = 0 |
photon direction y at detection | |
double | kzD = 0 |
photon direction z at detection | |
EPeakType | type = c_Unknown |
peak type | |
Extra information about single PDF peak.
Definition at line 51 of file SignalPDF.h.
double e = 0 |
photon energy
Definition at line 53 of file SignalPDF.h.
double kxD = 0 |
photon direction x at detection
Definition at line 68 of file SignalPDF.h.
double kxE = 0 |
photon direction x at emission
Definition at line 65 of file SignalPDF.h.
double kyD = 0 |
photon direction y at detection
Definition at line 69 of file SignalPDF.h.
double kyE = 0 |
photon direction y at emission
Definition at line 66 of file SignalPDF.h.
double kzD = 0 |
photon direction z at detection
Definition at line 70 of file SignalPDF.h.
double kzE = 0 |
photon direction z at emission
Definition at line 67 of file SignalPDF.h.
int Nxb = 0 |
number of reflections in x after mirror and before prism
Definition at line 56 of file SignalPDF.h.
int Nxe = 0 |
number of reflections in x inside prism
Definition at line 57 of file SignalPDF.h.
int Nxm = 0 |
number of reflections in x before mirror
Definition at line 55 of file SignalPDF.h.
int Nyb = 0 |
number of reflections in y after mirror and before prism
Definition at line 59 of file SignalPDF.h.
int Nye = 0 |
number of reflections in y inside prism
Definition at line 60 of file SignalPDF.h.
int Nym = 0 |
number of reflections in y before mirror
Definition at line 58 of file SignalPDF.h.
double sige = 0 |
photon energy sigma squared
Definition at line 54 of file SignalPDF.h.
double thc = 0 |
Cerenkov (polar) angle.
Definition at line 52 of file SignalPDF.h.
peak type
Definition at line 71 of file SignalPDF.h.
double xD = 0 |
unfolded detection x coordinate
Definition at line 61 of file SignalPDF.h.
double yB = 0 |
unfolded coordinate x at prism entrance
Definition at line 64 of file SignalPDF.h.
double yD = 0 |
unfolded detection y coordinate
Definition at line 62 of file SignalPDF.h.
double zD = 0 |
unfolded detection z coordinate
Definition at line 63 of file SignalPDF.h.