Inheritance diagram for FitterI.FitterInterfaceOperations:
Public Member Functions | |
String | status () |
print out the status of the service, including numbers of scans done, last scan, algorithms, some timing information etc | |
String | lastScan () |
name of the last scan object fitted | |
String | getFitOptions () |
options such as "NQR" for ROOT | |
String | getFitStrategy () |
get the name of the fit strategy currently being used | |
void | setFitOptions (String opt) |
set the name of the fit options to be used | |
void | setFitStrategy (String name) |
set the name of the fit strategy to be used | |
void | fitAll () |
try to fit everything | |
void | fit (String name) |
manual request to fit a particular RawScanResult. | |
int | busy () |
number of threads busy fitting | |
int | queueLength () |
number of requests in the queue | |
int | nFitsDone () |
number of fits done | |
int | nFitErrors () |
number of fit errors | |
void | setFifo (boolean fifo) |
set argument true for FIFO queue, false for FILO queue | |
boolean | isFifo () |
query if FIFO (true) or FILO (false) is being used | |
String[] | listFitAlgorithms () |
list available FitAlgorithm names. | |
String[] | listFitStrategies () |
list available fit strategies. | |
void | setDebug (boolean value) |
set debug to add debug output to std.out |
Definition at line 13 of file FitterInterfaceOperations.java.
|
list available FitAlgorithm names. These can be used in TestRequest s Implemented in FitterI._FitterInterfaceStub. |
|
list available fit strategies. These can be set Implemented in FitterI._FitterInterfaceStub. |