Belle II Software  release-08-01-10
YScanner::Result Struct Reference

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
 

Detailed Description

Single PDF peak data.

Definition at line 195 of file YScanner.h.

Constructor & Destructor Documentation

◆ Result()

Result ( int  ID)
inlineexplicit

Constructor with pixel ID.

Parameters
IDpixel ID (1-based)

Definition at line 205 of file YScanner.h.


The documentation for this struct was generated from the following file: