00001 #ifndef PIPELINETESTRESULT_H
00002 #define PIPELINETESTRESULT_H
00003
00004 #include "TestResult.h"
00005
00006 namespace SctData{
00007 class ThresholdVariable;
00013 class PipelineTestResult : public TestResult {
00014 public:
00015 PipelineTestResult() throw();
00016
00020 PipelineTestResult(unsigned int runNumber, const string& moduleName) throw();
00021
00025 virtual ~PipelineTestResult() throw();
00026
00027
00028 virtual string getClassName() const throw();
00029 };
00030 }
00031 #endif //#ifndef PIPELINETESTRESULT_H