Belle II Software development
|
Single PDF peak data. More...
#include <YScanner.h>
Public Member Functions | |
Result (int ID) | |
Constructor with pixel ID. | |
void | set () |
Sets the mean and width-squared from the accumulated values. | |
Public Attributes | |
int | pixelID = 0 |
pixel ID (1-based) | |
double | sum = 0 |
peak area proportional to number of photons | |
double | e0 = 0 |
mean photon energy of the peak | |
double | sigsq = 0 |
width of the peak squared, in photon energy units | |
Single PDF peak data.
Definition at line 195 of file YScanner.h.
|
inlineexplicit |
Constructor with pixel ID.
ID | pixel ID (1-based) |
Definition at line 205 of file YScanner.h.
|
inline |
Sets the mean and width-squared from the accumulated values.
Definition at line 547 of file YScanner.h.
double e0 = 0 |
mean photon energy of the peak
Definition at line 198 of file YScanner.h.
int pixelID = 0 |
pixel ID (1-based)
Definition at line 196 of file YScanner.h.
double sigsq = 0 |
width of the peak squared, in photon energy units
Definition at line 199 of file YScanner.h.
double sum = 0 |
peak area proportional to number of photons
Definition at line 197 of file YScanner.h.