import "FitterInterface.idl";
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 | |
oneway void | setFitOptions (in string opt) |
set the name of the fit options to be used | |
oneway void | setFitStrategy (in string name) |
set the name of the fit strategy to be used | |
oneway void | fitAll () |
try to fit everything | |
oneway void | fit (in string name) |
manual request to fit a particular RawScanResult. | |
long | busy () |
number of threads busy fitting | |
long | queueLength () |
number of requests in the queue | |
long | nFitsDone () |
number of fits done | |
long | nFitErrors () |
number of fit errors | |
void | setFifo (in boolean fifo) |
set argument true for FIFO queue, false for FILO queue | |
boolean | isFifo () |
query if FIFO (true) or FILO (false) is being used | |
StringList | listFitAlgorithms () |
list available FitAlgorithm names. | |
StringList | listFitStrategies () |
list available fit strategies. | |
void | setDebug (in boolean value) |
set debug to add debug output to std::out | |
Data Fields | |
const string | instanceName |
Use these to locate the FittingService. |
Definition at line 5 of file FitterInterface.idl.
|
number of threads busy fitting
|
|
manual request to fit a particular RawScanResult.
|
|
try to fit everything
|
|
options such as "NQR" for ROOT
|
|
get the name of the fit strategy currently being used
|
|
query if FIFO (true) or FILO (false) is being used
|
|
name of the last scan object fitted
|
|
list available FitAlgorithm names. These can be used in TestRequest s |
|
list available fit strategies. These can be set |
|
number of fit errors
|
|
number of fits done
|
|
number of requests in the queue
|
|
set debug to add debug output to std::out
|
|
set argument true for FIFO queue, false for FILO queue
|
|
set the name of the fit options to be used
|
|
set the name of the fit strategy to be used
|
|
print out the status of the service, including numbers of scans done, last scan, algorithms, some timing information etc
|
|
Use these to locate the FittingService.
Definition at line 9 of file FitterInterface.idl. |