some minor improvments in the SCAN/CONTOURS handling

This commit is contained in:
nemu
2010-03-12 15:13:39 +00:00
parent 97968654fa
commit 686419119f
3 changed files with 32 additions and 8 deletions

View File

@@ -68,11 +68,13 @@ class PFitter
virtual ~PFitter();
Bool_t IsValid() { return fIsValid; }
Bool_t IsScanOnly() { return fIsScanOnly; }
Bool_t HasConverged() { return fConverged; }
Bool_t DoFit();
private:
Bool_t fIsValid;
Bool_t fIsScanOnly;
Bool_t fConverged;
Bool_t fChisqOnly;
Bool_t fUseChi2;