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