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

RxThresholdTestResult.cpp

00001 #include "RxThresholdTestResult.h"
00002 #include "DefaultVariable.h"
00003 #include "Sct/LogicErrors.h"
00004 #include "CommonWithDsp/ABCD/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 Thu Jul 8 11:41:13 2004 for SCT DAQ/DCS Software - C++ by doxygen 1.3.5