![]() |
LArSoft
v10_06_00
Liquid Argon Software toolkit - https://larsoft.org/
|
#include "IPeakFitter.h"
Classes | |
| struct | PeakFitParams_t |
Public Types | |
| using | PeakParamsVec = std::vector< PeakFitParams_t > |
Public Member Functions | |
| virtual | ~IPeakFitter ()=default |
| virtual void | findPeakParameters (const std::vector< float > &, const ICandidateHitFinder::HitCandidateVec &, PeakParamsVec &, double &, int &) const =0 |
Definition at line 20 of file IPeakFitter.h.
| using reco_tool::IPeakFitter::PeakParamsVec = std::vector<PeakFitParams_t> |
Definition at line 34 of file IPeakFitter.h.
|
virtualdefault |
|
pure virtual |
Implemented in reco_tool::PeakFitterGaussian, reco_tool::PeakFitterMrqdt, and reco_tool::PeakFitterGaussElimination.