RxThresholdTestResult.h

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

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