00001 #ifndef FITSTATEINITIAL_H 00002 #define FITSTATEINITIAL_H 00003 //_____________________________________________________________________________ 00011 00012 #include <FitState.h> 00013 00014 class FitStateInitial : public FitState { 00015 00016 public: 00017 00018 void Iterate(FitContext& context) const; 00019 00023 const std::string& Name() const; 00024 }; 00025 00026 #endif
1.3.9.1