Main Page   Modules   Namespace List   Class Hierarchy   Data Structures   File List   Namespace Members   Data Fields   Globals   Related Pages  

PipelineTestResult.h

Go to the documentation of this file.
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     //Override
00028     virtual string getClassName() const throw();
00029     };
00030 }// end of namespace SctData
00031 #endif //#ifndef PIPELINETESTRESULT_H

Generated on Mon Dec 15 19:36:10 2003 for SCT DAQ/DCS Software by doxygen1.3-rc3