00001 #ifndef FITSTATECONVERGED_H_ 00002 #define FITSTATECONVERGED_H_ 00003 //_____________________________________________________________________________ 00012 00013 #include "FitState.h" 00014 00015 class FitContext; 00016 00017 class FitStateConverged : public FitState { 00018 00019 public: 00020 00024 void Iterate(FitContext& context) const; 00025 00029 const std::string& Name() const; 00030 }; 00031 00032 #endif // FITSTATECONVERGED_H_
1.3.9.1