Public Attributes | List of all members
dune::HitLineFitAlg::HitLineFitResults Struct Reference

#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
 

Detailed Description

Definition at line 35 of file HitLineFitAlg.h.

Member Data Documentation

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.


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