Belle II Software
release-08-01-10
|
Result of minimum finder. More...
#include <Chi2MinimumFinder1D.h>
Public Member Functions | |
Minimum () | |
Default constructor. | |
Minimum (double pos, double err, double chi2_min, bool valid_flag) | |
Full constructor. | |
Public Attributes | |
double | position = 0 |
position of the minimum | |
double | error = 0 |
error on the position | |
double | chi2 = 0 |
chi2 at minimum | |
bool | valid = false |
valid minimum found | |
Result of minimum finder.
Definition at line 35 of file Chi2MinimumFinder1D.h.