

Public Member Functions | |
| SCTDBTestDownloader (Vector listOfModules, int testIndex, String location, boolean isWarm, boolean refresh) | |
| SCTDBTestDownloader (Vector runStrings, int testIndex, String location) | |
| boolean | downloadsRequired () |
| boolean | isOkToStart () |
| void | run () |
Static Public Attributes | |
| static final double | NODATA = -9999. |
Package Attributes | |
| Vector | listOfModules |
| int | testIndex |
| String | location |
| boolean | isWarm |
| boolean | refresh |
| boolean | download |
| String | runString = null |
| boolean | isSCTDAQData |
| Vector | runStrings = null |
| java.text.DecimalFormat | nf = new java.text.DecimalFormat("#.##") |
| java.util.regex.Pattern | runP = java.util.regex.Pattern.compile("(\\d+)[-]?(\\d+)?") |
| int | RUNNO = 1 |
| int | SCANNO = 2 |
Private Member Functions | |
| boolean | publishControlObject (Vector runStrings, String location, int testIndex) |
| void | convertData (SCTDB_Data sctdbData, int index) |
| double | getData (String dataString) |
Definition at line 23 of file SCTDBTestDownloader.java.
1.4.6