00001 #ifndef STROBEDELAYTESTRESULT_H 00002 #define STROBEDELAYTESTRESULT_H 00003 00004 #include "SingleVariableTestResult.h" 00005 00006 using namespace std; 00007 00008 namespace SctData { 00009 00016 class StrobeDelayTestResult : public SingleVariableTestResult { 00017 public: 00018 StrobeDelayTestResult() throw(); 00019 ~StrobeDelayTestResult() throw() {} 00023 StrobeDelayTestResult(const unsigned int runNumber, const string& moduleName) throw() ; 00025 virtual string getClassName() const throw(); 00026 }; 00027 00028 } // end of namespace SctData 00029 00030 #endif //#ifndef STROBEDELAYTESTRESULT_H