All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
sbn::StoppingChi2Fit Class Reference

#include <StoppingChi2Fit.h>

Public Member Functions

 StoppingChi2Fit ()
 
 StoppingChi2Fit (const float pol0Chi2, const float expChi2, const float pol0Fit)
 

Public Attributes

float pol0Chi2
 
float expChi2
 
float pol0Fit
 

Detailed Description

Definition at line 7 of file StoppingChi2Fit.h.

Constructor & Destructor Documentation

sbn::StoppingChi2Fit::StoppingChi2Fit ( )
inline

Definition at line 9 of file StoppingChi2Fit.h.

10  : pol0Chi2(-5.f)
11  , expChi2(-5.f)
12  , pol0Fit(-5.f)
13  {
14  }
sbn::StoppingChi2Fit::StoppingChi2Fit ( const float  pol0Chi2,
const float  expChi2,
const float  pol0Fit 
)
inline

Definition at line 16 of file StoppingChi2Fit.h.

Member Data Documentation

float sbn::StoppingChi2Fit::expChi2

Definition at line 24 of file StoppingChi2Fit.h.

float sbn::StoppingChi2Fit::pol0Chi2

Definition at line 23 of file StoppingChi2Fit.h.

float sbn::StoppingChi2Fit::pol0Fit

Definition at line 25 of file StoppingChi2Fit.h.


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