Belle II Software
release-08-01-10
|
#include <YScanner.h>
Public Member Functions | |
TableEntry (double Y, double X, double Xsq) | |
Constructor. More... | |
Public Attributes | |
double | y = 0 |
value | |
double | x = 0 |
mean x | |
double | xsq = 0 |
mean x^2 | |
Table entry.
Definition at line 98 of file YScanner.h.
|
inline |