Public Member Functions | |
| 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 |
Static Public Attributes | |
| final int | EXECUTING = 0 |
| final int | COMPLETED = 1 |
| final int | ABORTED = 2 |
Protected Member Functions | |
| TestData (String type) | |
|
|
The values of testVariable for each Scan. Must be in order and size must be the same as nScans |
1.3-rc3