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