Public Member Functions | |
SCTDAQCharacterisation (String location, String date, double temperature, double deltaT) | |
void | setDefects (int index, int count) |
int | nDefects (int index) |
String | getLocation () |
String | getDate () |
double | getDeltaT () |
double | getTemperature () |
Set | getFailedTests () |
void | addFailedTest (String testname) |
Package Attributes | |
String | location |
String | date |
Set | failedTests |
double | temperature |
double | deltaT |
int[] | nDefects = {-1,-1,-1,-1} |
Definition at line 5 of file SCTDAQCharacterisation.java.