00001 #ifndef STROBEDELAYFITALGORITHM_H
00002 #define STROBEDELAYFITALGORITHM_H
00003
00004 #include "FitAlgorithm.h"
00005
00006 namespace SctFitter {
00007
00011 class StrobeDelayFitAlgorithm : public FitAlgorithm {
00012 protected:
00013
00014 virtual auto_ptr<FitObject> getPrototype() const throw();
00015 virtual void guessParameters(const TH1& hist, FitObject& fitOb) const throw (LogicError, MathsError);
00016 virtual void checkForDefects(const TH1& hist, const ModuleElement&, DefectList&) const throw (LogicError);
00017 virtual void createSummaryHistograms(FitScanResult& fits) const throw();
00018 virtual void checkForDefects(const FitObject& fo, const ModuleElement&, DefectList& d) const;
00019 private:
00020 StrobeDelayFitAlgorithm() throw();
00021 static bool inMap;
00022 };
00023 }
00024
00025 #endif //STROBEDELAYFITALGORITHM_H