#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 (string name) 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 17 of file FitterWorkerGroup.h.
|
initialise the number of calls and waits to 0;
Definition at line 20 of file FitterWorkerGroup.h. References m_calls. |
|
destructor
Definition at line 23 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 27 of file FitterWorkerGroup.cpp. References SctFitter::FitAlgorithm::doFit(), and Sct::AbstractThrowable::sendToMrs(). |
Here is the call graph for this function:
|
number of times this worker has been called to work.
Definition at line 32 of file FitterWorkerGroup.h. Referenced by FitterWorkerGroup(). |