#include <string>#include "Algorithm/AlgConfig.h"#include "MessageService/MsgService.h"#include "CandFitTrackSA/ConstFT.h"#include "CandFitTrackSA/DataFT.h"#include "CandFitTrackSA/MatrixCalculator.h"#include "CandFitTrackSA/FitStateFactory.h"#include "CandFitTrackSA/FitStateConverged.h"#include "CandFitTrackSA/FitContext.h"Go to the source code of this file.
Functions | |
| CVSID ("$Id: FitStateConverged.cxx,v 1.3 2006/02/13 03:50:22 avva Exp $") | |
| FitState * | CreateConvergedFS () |
Variables | |
| const std::string | CONVERGED_FIT_STATE = "Converged" |
| bool | registered |
|
|
Definition at line 33 of file FitStateConverged.cxx. 00033 { return new FitStateConverged; }
|
|
||||||||||||
|
|
|
|
Definition at line 27 of file FitStateConverged.cxx. |
|
|
Initial value: FitStateFactory::Instance().RegisterFitState( CONVERGED_FIT_STATE, CreateConvergedFS) Definition at line 36 of file FitStateConverged.cxx. |
1.3.9.1