Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

FitStateConverged.h

Go to the documentation of this file.
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_

Generated on Mon Feb 15 11:06:43 2010 for loon by  doxygen 1.3.9.1