Main Page   Modules   Namespace List   Class Hierarchy   Data Structures   File List   Namespace Members   Data Fields   Globals   Related Pages  

StrobeDelayFitAlgorithm.h

Go to the documentation of this file.
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     //overrides
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&, ModuleDefectList&) const throw (LogicError);
00017     virtual void createSummaryHistograms(FitScanResult& fits) const throw();
00018 
00019 private:
00020     StrobeDelayFitAlgorithm() throw();
00021     static bool inMap;  
00022 };
00023 }
00024 
00025 #endif //STROBEDELAYFITALGORITHM_H

Generated on Mon Dec 15 19:36:18 2003 for SCT DAQ/DCS Software by doxygen1.3-rc3