#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) |
guess the initial fit parameters from histogram prior to doing a fit : put them in FitObject. | |
virtual void | checkForDefects (const TH1 &hist, const ModuleElement &, ModuleDefectList &) const throw (LogicError) |
checks the element for defects. | |
virtual void | createSummaryHistograms (FitScanResult &fits) const throw () |
Makes set of summary histograms from the fitObject results. | |
Private Member Functions | |
StrobeDelayFitAlgorithm () throw () | |
Static Private Attributes | |
bool | inMap |
Definition at line 11 of file StrobeDelayFitAlgorithm.h.
|
Definition at line 15 of file StrobeDelayFitAlgorithm.cpp. References SctFitter::FitterMode::doSummary(), SctFitter::FitterMode::fitChips(), and SctFitter::FitterMode::fitNone(). |
|
checks the element for defects. Add them to the ModuleDefectList. Implements SctFitter::FitAlgorithm. Definition at line 46 of file StrobeDelayFitAlgorithm.cpp. |
|
Makes set of summary histograms from the fitObject results. Default implementation does nothing for convenience. Implements SctFitter::FitAlgorithm. Definition at line 64 of file StrobeDelayFitAlgorithm.cpp. |
|
Returns a prototypical FitObject for this algorithm.
Implements SctFitter::FitAlgorithm. Definition at line 22 of file StrobeDelayFitAlgorithm.cpp. |
|
guess the initial fit parameters from histogram prior to doing a fit : put them in FitObject.
Implements SctFitter::FitAlgorithm. Definition at line 26 of file StrobeDelayFitAlgorithm.cpp. |
|
Definition at line 13 of file StrobeDelayFitAlgorithm.cpp. |