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

NMaskTestResult.cpp

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

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