Main Page | Packages | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | Related Pages

FitterI.FitterInterfaceOperations Interface Reference

Interface to the Fitting Service. More...

Inheritance diagram for FitterI.FitterInterfaceOperations:

Inheritance graph
[legend]
List of all members.

Public Member Functions

String status ()
 print out the status of the service, including numbers of scans done, last scan, algorithms, some timing information etc


Package Functions

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


Detailed Description

Interface to the Fitting Service.

Definition at line 13 of file FitterInterfaceOperations.java.


Member Function Documentation

void FitterI.FitterInterfaceOperations.fit String  name  )  [package]
 

manual request to fit a particular RawScanResult.

Implemented in FitterI._FitterInterfaceStub.

String [] FitterI.FitterInterfaceOperations.listFitAlgorithms  )  [package]
 

list available FitAlgorithm names.

These can be used in TestRequest s

Implemented in FitterI._FitterInterfaceStub.

String [] FitterI.FitterInterfaceOperations.listFitStrategies  )  [package]
 

list available fit strategies.

These can be set

Implemented in FitterI._FitterInterfaceStub.


The documentation for this interface was generated from the following file:
Generated on Thu Dec 15 21:23:34 2005 for SCT DAQ/DCS Software - Java by doxygen 1.3.5