LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
Public Member Functions | |
void | Reset (unsigned int nGaus) |
void | AddMultiGaus (unsigned int nGaus) |
void | AddFast () |
Public Attributes | |
unsigned int | FastFits |
count of single-Gaussian fast fits More... | |
std::vector< unsigned int > | MultiGausFits |
multi-Gaussian stats More... | |
Definition at line 178 of file CCHitFinderAlg.h.
|
inline |
Definition at line 186 of file CCHitFinderAlg.h.
Referenced by hit::CCHitFinderAlg::FitNG().
void hit::CCHitFinderAlg::FitStats_t::AddMultiGaus | ( | unsigned int | nGaus | ) |
Definition at line 840 of file CCHitFinderAlg.cxx.
Referenced by hit::CCHitFinderAlg::FitNG(), and hit::CCHitFinderAlg::RunCCHitFinder().
void hit::CCHitFinderAlg::FitStats_t::Reset | ( | unsigned int | nGaus | ) |
Definition at line 832 of file CCHitFinderAlg.cxx.
References trkf::fill().
Referenced by hit::CCHitFinderAlg::reconfigure().
unsigned int hit::CCHitFinderAlg::FitStats_t::FastFits |
count of single-Gaussian fast fits
Definition at line 179 of file CCHitFinderAlg.h.
std::vector<unsigned int> hit::CCHitFinderAlg::FitStats_t::MultiGausFits |
multi-Gaussian stats
Definition at line 180 of file CCHitFinderAlg.h.