#include <FitterWorkerGroup.h>
Inheritance diagram for SctFitter::FitterWorkerGroup:
Public Member Functions | |
FitterWorkerGroup () | |
initialise the number of calls and waits to 0; | |
virtual | ~FitterWorkerGroup () |
destructor | |
Private Member Functions | |
virtual void | work (shared_ptr< const RawScanResult >) throw () |
Does the fitting. | |
Private Attributes | |
int | m_calls |
number of times this worker has been called to work. |
The fitting is done in the work() method.
Definition at line 19 of file FitterWorkerGroup.h.
|
initialise the number of calls and waits to 0;
Definition at line 22 of file FitterWorkerGroup.h. References m_calls. |
|
destructor
Definition at line 25 of file FitterWorkerGroup.h. |
|
Does the fitting. First gets the appropriate FitAlgorithm, then does the fit, then publishes the result. Handles its own exceptions, sending messages to MRS. Definition at line 23 of file FitterWorkerGroup.cpp. References SctFitter::FitAlgorithm::doFit(), Sct::ISProxy::IOManagerISProxy::instance(), and Sct::timer(). |
|
number of times this worker has been called to work.
Definition at line 34 of file FitterWorkerGroup.h. Referenced by FitterWorkerGroup(). |