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

TestData Class Reference

#include <TestData.h>


Public Types

enum  status_E { EXECUTING, COMPLETED, ABORTED }

Data Fields

std::string testName
 Name of this test.

unsigned long runNumber
 The run number in which this Test occurred.

unsigned long nScans
 The number of scans in this Test.

unsigned long startScanNumber
 The first scan number in this Test.

unsigned short testVariable
 Corresponds to one of the variables in sctScans.h.

double * testPoints
 The values of testVariable for each Scan.

size_t testPoints_size
 size of the testPoints array

status_E status
std::string startTime
 The UTC time the Test started in ISO format.

std::string endTime
 The UTC time the Test ended in ISO format.

std::string * modules
 The serial numbers of all the modules being scanned.

size_t modules_size
 size of the modules array

unsigned long version
 Version of this class - used in streaming.


Protected Member Functions

 TestData (const char *type)
void publishGuts (ISostream &out)
void refreshGuts (ISistream &in)


Detailed Description

Author:
generated by the IS tool
Version:
14/07/04

Definition at line 15 of file TestData.h.


Field Documentation

std::string TestData::endTime
 

The UTC time the Test ended in ISO format.

Definition at line 65 of file TestData.h.

Referenced by SctCalibrationController::Test::setStatus().

std::string* TestData::modules
 

The serial numbers of all the modules being scanned.

Definition at line 70 of file TestData.h.

Referenced by SctCalibrationController::Test::getModuleList(), and SctCalibrationController::Test::Test().

size_t TestData::modules_size
 

size of the modules array

Definition at line 74 of file TestData.h.

Referenced by SctCalibrationController::Test::getModuleList(), and SctCalibrationController::Test::Test().

unsigned long TestData::nScans
 

The number of scans in this Test.

Definition at line 32 of file TestData.h.

Referenced by SctCalibrationController::Test::addScan(), SctCalibrationController::CalibrationControllerImpl::executeTest(), SctArchivingService::ArchivingWorkerGroup::findTest(), SctAnalysis::AnalysisWorkerGroup::findTest(), SctCalibrationController::Test::setStatus(), and SctCalibrationController::Test::Test().

unsigned long TestData::runNumber
 

The run number in which this Test occurred.

Definition at line 27 of file TestData.h.

Referenced by SctCalibrationController::CalibrationControllerImpl::executeTest(), SctArchivingService::ArchivingWorkerGroup::findTest(), SctAnalysis::AnalysisWorkerGroup::findTest(), SctCalibrationController::Test::getUniqueID(), and SctAnalysis::AnalysisAlgorithm::initializeTestResult().

unsigned long TestData::startScanNumber
 

The first scan number in this Test.

Definition at line 37 of file TestData.h.

Referenced by SctAnalysis::AnalysisAlgorithm::addFitScanResult(), SctAnalysis::AnalysisAlgorithm::addRawScanResult(), SctCalibrationController::CalibrationControllerImpl::executeTest(), SctArchivingService::ArchivingWorkerGroup::findTest(), SctAnalysis::AnalysisWorkerGroup::findTest(), SctCalibrationController::Test::getUniqueID(), and SctAnalysis::AnalysisAlgorithm::initializeTestResult().

std::string TestData::startTime
 

The UTC time the Test started in ISO format.

Definition at line 60 of file TestData.h.

Referenced by SctAnalysis::AnalysisAlgorithm::initializeTestResult(), and SctCalibrationController::Test::Test().

std::string TestData::testName
 

Name of this test.

Definition at line 22 of file TestData.h.

Referenced by SctCalibrationController::CalibrationControllerImpl::executeTest().

double* TestData::testPoints
 

The values of testVariable for each Scan.

Must be in order and size must be the same as nScans

Definition at line 47 of file TestData.h.

Referenced by SctCalibrationController::CalibrationControllerImpl::executeTest(), SctAnalysis::AnalysisAlgorithm::initializeTestResult(), and SctCalibrationController::Test::Test().

size_t TestData::testPoints_size
 

size of the testPoints array

Definition at line 51 of file TestData.h.

Referenced by SctCalibrationController::CalibrationControllerImpl::executeTest(), SctAnalysis::AnalysisAlgorithm::initializeTestResult(), and SctCalibrationController::Test::Test().

unsigned short TestData::testVariable
 

Corresponds to one of the variables in sctScans.h.

Definition at line 42 of file TestData.h.

Referenced by SctCalibrationController::CalibrationControllerImpl::executeTest(), and SctAnalysis::AnalysisAlgorithm::initializeTestResult().

unsigned long TestData::version
 

Version of this class - used in streaming.

MUST be incrimented if definition class changes.

Definition at line 79 of file TestData.h.


The documentation for this class was generated from the following file:
Generated on Thu Jul 15 09:51:07 2004 for SCT DAQ/DCS Software - C++ by doxygen 1.3.5