Belle II Software development
|
#include <YScanner.h>
Public Member Functions | |
TableEntry (double Y, double X, double Xsq) | |
Constructor. | |
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 |
Constructor.
Y | value |
X | mean x |
Xsq | mean x^2 |
Definition at line 109 of file YScanner.h.
double x = 0 |
mean x
Definition at line 100 of file YScanner.h.
double xsq = 0 |
mean x^2
Definition at line 101 of file YScanner.h.
double y = 0 |
value
Definition at line 99 of file YScanner.h.