TimeWalkAlgorithm.h

00001 #ifndef TIMEWALKALGORITHM_H
00002 #define TIMEWALKALGORITHM_H
00003 
00004 #include "AnalysisAlgorithm.h"
00005 
00006 namespace SctAnalysis {
00010 class TimeWalkAlgorithm : public AnalysisAlgorithm {
00011 public:
00012     virtual bool canAnalyze() const;
00013     virtual void analyze();
00014     virtual void loadData();
00015     virtual shared_ptr<SctData::TestResult> createTestResult() const;
00016     virtual boost::shared_ptr<AnalysisAlgorithm> clone(shared_ptr<const TestData> testData, const string& moduleName) const throw();
00020     TimeWalkAlgorithm(shared_ptr<const TestData> testData, const string& moduleName, const AnalysisAlgorithm& alg) throw() : AnalysisAlgorithm(testData, moduleName, alg) {}
00024     virtual ~TimeWalkAlgorithm() throw() {}
00025     
00026 private:
00027     TimeWalkAlgorithm() {}
00028     static bool inMap;
00029 };
00030 }
00031 
00032 #endif //TIMEWALKALGORITHM_H

Generated on Mon Feb 6 14:01:36 2006 for SCT DAQ/DCS Software - C++ by  doxygen 1.4.6