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 }