Belle II Software development
|
parameters of a PDF peak More...
#include <TOPAssociatedPDF.h>
Public Attributes | |
float | position = 0 |
position in time | |
float | width = 0 |
width (sigma) | |
float | numPhotons = 0 |
number of photons | |
float | fic = 0 |
Cerenkov azimuthal angle phi. | |
float | e = 0 |
mean photon energy [eV] | |
float | sige = 0 |
photon energy sigma squared [eV^2] | |
int | nx = 0 |
total number of reflections in x | |
int | ny = 0 |
total number of reflections in y | |
int | nxm = 0 |
number of reflections in x before mirror | |
int | nym = 0 |
number of reflections in y before mirror | |
int | nxe = 0 |
number of reflections in x in prism | |
int | nye = 0 |
number of reflections in y in prism | |
float | xd = 0 |
unfolded x coordinate of a pixel | |
float | yd = 0 |
unfolded y coordinate of a pixel | |
int | type = 0 |
0 unknown, 1 direct photon, 2 reflected photon | |
float | kxe = 0 |
reconstructed photon direction in x at emission | |
float | kye = 0 |
reconstructed photon direction in y at emission | |
float | kze = 0 |
reconstructed photon direction in z at emission | |
float | kxd = 0 |
reconstructed photon direction in x at detection | |
float | kyd = 0 |
reconstructed photon direction in y at detection | |
float | kzd = 0 |
reconstructed photon direction in z at detection | |
parameters of a PDF peak
Definition at line 30 of file TOPAssociatedPDF.h.
float e = 0 |
mean photon energy [eV]
Definition at line 35 of file TOPAssociatedPDF.h.
float fic = 0 |
Cerenkov azimuthal angle phi.
Definition at line 34 of file TOPAssociatedPDF.h.
float kxd = 0 |
reconstructed photon direction in x at detection
Definition at line 49 of file TOPAssociatedPDF.h.
float kxe = 0 |
reconstructed photon direction in x at emission
Definition at line 46 of file TOPAssociatedPDF.h.
float kyd = 0 |
reconstructed photon direction in y at detection
Definition at line 50 of file TOPAssociatedPDF.h.
float kye = 0 |
reconstructed photon direction in y at emission
Definition at line 47 of file TOPAssociatedPDF.h.
float kzd = 0 |
reconstructed photon direction in z at detection
Definition at line 51 of file TOPAssociatedPDF.h.
float kze = 0 |
reconstructed photon direction in z at emission
Definition at line 48 of file TOPAssociatedPDF.h.
float numPhotons = 0 |
number of photons
Definition at line 33 of file TOPAssociatedPDF.h.
int nx = 0 |
total number of reflections in x
Definition at line 37 of file TOPAssociatedPDF.h.
int nxe = 0 |
number of reflections in x in prism
Definition at line 41 of file TOPAssociatedPDF.h.
int nxm = 0 |
number of reflections in x before mirror
Definition at line 39 of file TOPAssociatedPDF.h.
int ny = 0 |
total number of reflections in y
Definition at line 38 of file TOPAssociatedPDF.h.
int nye = 0 |
number of reflections in y in prism
Definition at line 42 of file TOPAssociatedPDF.h.
int nym = 0 |
number of reflections in y before mirror
Definition at line 40 of file TOPAssociatedPDF.h.
float position = 0 |
position in time
Definition at line 31 of file TOPAssociatedPDF.h.
float sige = 0 |
photon energy sigma squared [eV^2]
Definition at line 36 of file TOPAssociatedPDF.h.
int type = 0 |
0 unknown, 1 direct photon, 2 reflected photon
Definition at line 45 of file TOPAssociatedPDF.h.
float width = 0 |
width (sigma)
Definition at line 32 of file TOPAssociatedPDF.h.
float xd = 0 |
unfolded x coordinate of a pixel
Definition at line 43 of file TOPAssociatedPDF.h.
float yd = 0 |
unfolded y coordinate of a pixel
Definition at line 44 of file TOPAssociatedPDF.h.