00001 #ifndef CHIPCOUNTERTESTRESULT_H 00002 #define CHIPCOUNTERTESTRESULT_H 00003 00004 #include "TestResult.h" 00005 #include "Sct/RangedVector.h" 00006 00007 namespace SctData{ 00012 class ChipCounterTestResult : public TestResult { 00013 public: 00014 ChipCounterTestResult() throw(); 00015 00019 ChipCounterTestResult(unsigned int runNumber, const string& moduleName) throw(); 00020 00024 virtual ~ChipCounterTestResult() throw(); 00025 00026 //Override 00027 virtual string getClassName() const throw(); 00028 00029 private: 00030 00031 }; 00032 }// end of namespace SctData 00033 #endif