added some information about elapsed fitting times. Corrected some outdated online helps.

This commit is contained in:
2013-01-07 11:54:28 +00:00
parent 55eeeeb740
commit 459a36fa79
5 changed files with 101 additions and 33 deletions
+4
View File
@@ -108,6 +108,8 @@ class PFitter
PDoublePairVector fOriginalFitRange; ///< keeps the original fit range in case there is a range command in the COMMAND block
PStringVector fElapsedTime;
// commands
Bool_t CheckCommands();
Bool_t SetParameters();
@@ -126,6 +128,8 @@ class PFitter
Bool_t ExecuteScan();
Bool_t ExecuteSave(Bool_t first);
Bool_t ExecuteSimplex();
Double_t MilliTime();
};
#endif // _PFITTER_H_