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