#include <HitLineFitAlg.h>
Public Attributes | |
| std::map< int, float > | bestVal |
| std::map< int, float > | bestValError |
| double | chi2 |
| double | sum2resid |
| double | mle |
| int | ndf |
| bool | fitsuccess |
Definition at line 35 of file HitLineFitAlg.h.
| std::map<int,float> dune::HitLineFitAlg::HitLineFitResults::bestVal |
Definition at line 36 of file HitLineFitAlg.h.
| std::map<int,float> dune::HitLineFitAlg::HitLineFitResults::bestValError |
Definition at line 37 of file HitLineFitAlg.h.
| double dune::HitLineFitAlg::HitLineFitResults::chi2 |
Definition at line 38 of file HitLineFitAlg.h.
| bool dune::HitLineFitAlg::HitLineFitResults::fitsuccess |
Definition at line 42 of file HitLineFitAlg.h.
| double dune::HitLineFitAlg::HitLineFitResults::mle |
Definition at line 40 of file HitLineFitAlg.h.
| int dune::HitLineFitAlg::HitLineFitResults::ndf |
Definition at line 41 of file HitLineFitAlg.h.
| double dune::HitLineFitAlg::HitLineFitResults::sum2resid |
Definition at line 39 of file HitLineFitAlg.h.
1.8.11