RxThresholdTestResult.cpp

00001 #include "RxThresholdTestResult.h"
00002 #include "DefaultVariable.h"
00003 #include "Sct/LogicErrors.h"
00004 #include "Sct/AbcdScans.h"
00005 
00006 using namespace Sct;
00007 namespace SctData {
00008 
00009 RxThresholdTestResult::RxThresholdTestResult() throw() {
00010 }
00011 
00012 RxThresholdTestResult::RxThresholdTestResult(const unsigned int runNumber, const string& moduleName) throw() 
00013     : SingleVariableTestResult(*DefaultVariable::instance(ST_RX_THRESHOLD), runNumber, moduleName) {
00014 }
00015 
00016 string RxThresholdTestResult::getClassName() const  throw() {
00017     return "SctData::RxThresholdTestResult";
00018 }
00019 
00020 }

Generated on Mon Feb 6 14:01:27 2006 for SCT DAQ/DCS Software - C++ by  doxygen 1.4.6