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

PipelineTestResult.cpp

Go to the documentation of this file.
00001 #include "PipelineTestResult.h"
00002 #include "NullVariable.h"
00003 #include "DefaultVariable.h"
00004 #include <CommonWithDsp/ABCD/ABCDscans.h>
00005 
00007 
00008 namespace SctData{
00009     PipelineTestResult::PipelineTestResult() throw() {}
00010     
00011     PipelineTestResult::PipelineTestResult(unsigned int runNumber, const string& moduleName) throw()
00012     : TestResult(runNumber, moduleName, NullVariable::instance(), 
00013              DefaultVariable(ST_COMPRESSION))
00014     {}
00015     
00016     PipelineTestResult::~PipelineTestResult() throw() {}
00017 
00018     string PipelineTestResult::getClassName() const throw(){
00019     return string("SctData::PipelineTestResult");
00020     }
00021 }

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