#include <ThresholdFitAlgorithm.h>
Inheritance diagram for SctFitter::ThresholdFitAlgorithm:
Static Public Member Functions | |
static bool | putInMap () throw () |
Protected Member Functions | |
virtual auto_ptr< FitObject > | getPrototype () const throw () |
Returns a prototypical FitObject for this algorithm. | |
virtual void | guessParameters (const TH1 &hist, FitObject &fitOb) const throw (LogicError, MathsError) |
virtual void | checkForDefects (const TH1 &hist, const ModuleElement &e, DefectList &) const throw (LogicError) |
virtual void | createSummaryHistograms (FitScanResult &fits) const throw () |
virtual void | checkForDefects (const FitObject &, const ModuleElement &, DefectList &) const |
Private Member Functions | |
ThresholdFitAlgorithm () throw () | |
Static Private Attributes | |
static bool | inMap |
Definition at line 11 of file ThresholdFitAlgorithm.h.
|
Returns a prototypical FitObject for this algorithm.
Implements SctFitter::FitAlgorithm. Definition at line 32 of file ThresholdFitAlgorithm.cpp. |