Belle II Software development
|
Data type for storing photon pull w.r.t PDF peak. More...
#include <PDFConstructor.h>
Public Member Functions | |
Pull (int pix, double t, double t0, double tts0, double sig, double phi, double w) | |
Constructor. | |
Public Attributes | |
int | pixelID = 0 |
pixel ID | |
double | time = 0 |
photon time | |
double | peakT0 = 0 |
PDF peak time (signal) or minimal PDF peak time in pixel (background) | |
double | ttsT0 = 0 |
TTS gaussian peak time (signal) or 0 (background) | |
double | sigma = 0 |
peak overall sigma (signal) or 0 (background) | |
double | phiCer = 0 |
azimuthal Cerenkov angle (signal) or 0 (background) | |
double | wt = 0 |
weight | |
Data type for storing photon pull w.r.t PDF peak.
Definition at line 75 of file PDFConstructor.h.
|
inline |
Constructor.
pix | pixel ID |
t | photon time |
t0 | PDF peak time |
tts0 | TTS gaussian peak time |
sig | peak overall sigma |
phi | azimuthal Cerenkov angle |
w | weight |
Definition at line 94 of file PDFConstructor.h.
double peakT0 = 0 |
PDF peak time (signal) or minimal PDF peak time in pixel (background)
Definition at line 78 of file PDFConstructor.h.
double phiCer = 0 |
azimuthal Cerenkov angle (signal) or 0 (background)
Definition at line 81 of file PDFConstructor.h.
int pixelID = 0 |
pixel ID
Definition at line 76 of file PDFConstructor.h.
double sigma = 0 |
peak overall sigma (signal) or 0 (background)
Definition at line 80 of file PDFConstructor.h.
double time = 0 |
photon time
Definition at line 77 of file PDFConstructor.h.
double ttsT0 = 0 |
TTS gaussian peak time (signal) or 0 (background)
Definition at line 79 of file PDFConstructor.h.
double wt = 0 |
weight
Definition at line 82 of file PDFConstructor.h.