#include <TemplateConvolver.h>
Public Member Functions | |
bool | operator< (const FoundPeaks &rhs) const |
FoundPeaks & | operator= (const FoundPeaks &rhs) |
Public Attributes | |
double | time |
double | amplitude |
double | pedestal |
double | quad |
double | linear |
double | constant |
Definition at line 17 of file TemplateConvolver.h.
bool TemplateConvolver::FoundPeaks::operator< | ( | const FoundPeaks & | rhs | ) | const [inline] |
Definition at line 24 of file TemplateConvolver.h.
References time.
00024 { 00025 return time<rhs.time; 00026 //return amplitude>rhs.amplitude; 00027 }
FoundPeaks& TemplateConvolver::FoundPeaks::operator= | ( | const FoundPeaks & | rhs | ) | [inline] |
Definition at line 19 of file TemplateConvolver.h.
Referenced by TemplateConvolver::FindBestPeak(), TemplateConvolver::FitPeak(), and operator=().
Definition at line 23 of file TemplateConvolver.h.
Referenced by TemplateConvolver::FitPeak(), and operator=().
Definition at line 22 of file TemplateConvolver.h.
Referenced by TemplateConvolver::FitPeak(), and operator=().
Definition at line 20 of file TemplateConvolver.h.
Referenced by TemplateConvolver::FitPeak(), and operator=().
Definition at line 21 of file TemplateConvolver.h.
Referenced by TemplateConvolver::FitPeak(), and operator=().
Definition at line 18 of file TemplateConvolver.h.
Referenced by TemplateConvolver::FitPeak(), operator<(), and operator=().