#include <StrobeDelayFitAlgorithm.h>
Inheritance diagram for SctFitter::StrobeDelayFitAlgorithm:
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 &, DefectList &) const throw (LogicError) |
virtual void | createSummaryHistograms (FitScanResult &fits) const throw () |
virtual void | checkForDefects (const FitObject &fo, const ModuleElement &, DefectList &d) const |
Private Member Functions | |
StrobeDelayFitAlgorithm () throw () | |
Static Private Attributes | |
static bool | inMap |
Definition at line 11 of file StrobeDelayFitAlgorithm.h.
|
Returns a prototypical FitObject for this algorithm.
Implements SctFitter::FitAlgorithm. Definition at line 23 of file StrobeDelayFitAlgorithm.cpp. |