Belle II Software
release-08-01-10
|
Single PDF peak data. More...
#include <YScanner.h>
Public Member Functions | |
Result (int ID) | |
Constructor with pixel ID. More... | |
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.