Belle II Software development
Chi2MinimumFinder1D::Minimum Struct Reference

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
 

Detailed Description

Result of minimum finder.

Definition at line 35 of file Chi2MinimumFinder1D.h.

Constructor & Destructor Documentation

◆ Minimum() [1/2]

Minimum ( )
inline

Default constructor.

Definition at line 44 of file Chi2MinimumFinder1D.h.

45 {}

◆ Minimum() [2/2]

Minimum ( double  pos,
double  err,
double  chi2_min,
bool  valid_flag 
)
inline

Full constructor.

Definition at line 50 of file Chi2MinimumFinder1D.h.

50 :
51 position(pos), error(err), chi2(chi2_min), valid(valid_flag)
52 {}
double position
position of the minimum

Member Data Documentation

◆ chi2

double chi2 = 0

chi2 at minimum

Definition at line 38 of file Chi2MinimumFinder1D.h.

◆ error

double error = 0

error on the position

Definition at line 37 of file Chi2MinimumFinder1D.h.

◆ position

double position = 0

position of the minimum

Definition at line 36 of file Chi2MinimumFinder1D.h.

◆ valid

bool valid = false

valid minimum found

Definition at line 39 of file Chi2MinimumFinder1D.h.


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