Public Member Functions | |
virtual void | doFit (const TH1 &hist, FitObject &fitObject, const ModuleElement &element, DefectList &defects) const throw (LogicError) |
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 &element, DefectList &defects) const throw (LogicError) |
virtual void | createSummaryHistograms (FitScanResult &fits) const throw () |
virtual void | checkForDefects (const FitObject &hist, const ModuleElement &element, DefectList &defects) const |
Static Public Member Functions | |
static bool | putInMap () throw () |
static bool | isInMap () |
Private Member Functions | |
ThresholdFitAlgorithm2 () throw () | |
Static Private Attributes | |
static bool | inMap |
Definition at line 8 of file ThresholdFitAlgorithm2.h.
|
Returns a prototypical FitObject for this algorithm.
Implements SctFitter::FitAlgorithm. Definition at line 80 of file ThresholdFitAlgorithm2.cpp. |