Sct_CalibrationController.TestData Class Reference

List of all members.

Public Member Functions

 TestData ()
void publishGuts (is.Ostream out)
void refreshGuts (is.Istream in)

Public Attributes

String testName
 Name of this test.
int runNumber
 The run number in which this Test occurred.
int nScans
 The number of scans in this Test.
int startScanNumber
 The first scan number in this Test.
short testVariable
 Corresponds to one of the variables in sctScans.h.
double[] testPoints
 The values of testVariable for each Scan.
int status
String startTime
 The UTC time the Test started in ISO format.
String endTime
 The UTC time the Test ended in ISO format.
String[] modules
 The serial numbers of all the modules being scanned.
String fitAlgorithm
 The name of the fit algorithm to use.
String analysisAlgorithm
 The name of the analysis algorithm to use.
String options
 list of options used during the test
int version
 Version of this class - used in streaming.

Static Public Attributes

static final is.Type type = new is.Type( new TestData( ) )
static final int EXECUTING = 0
static final int COMPLETED = 1
static final int ABORTED = 2

Protected Member Functions

 TestData (String type)

Detailed Description

Author:
generated by the IS tool
Version:
01/11/05

Definition at line 14 of file TestData.java.


Member Data Documentation

double [] Sct_CalibrationController.TestData.testPoints
 

The values of testVariable for each Scan.

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

Definition at line 70 of file TestData.java.

Referenced by Sct_CalibrationController.TestData.publishGuts(), and Sct_CalibrationController.TestData.refreshGuts().

int Sct_CalibrationController.TestData.version
 

Version of this class - used in streaming.

MUST be incrimented if definition class changes.

Definition at line 109 of file TestData.java.

Referenced by Sct_CalibrationController.TestData.publishGuts(), Sct_CalibrationController.TestData.refreshGuts(), and Sct_CalibrationController.TestData.TestData().


The documentation for this class was generated from the following file:
Generated on Mon Feb 6 14:15:13 2006 for SCT DAQ/DCS Software - Java by  doxygen 1.4.6