added calculate chisq/maxLH only once without fitting and send the result to the stdout
This commit is contained in:
@@ -63,7 +63,7 @@ Will handle all the possible minuit commands and actually do things ...
|
||||
class PFitter
|
||||
{
|
||||
public:
|
||||
PFitter(PMsrHandler *runInfo, PRunListCollection *runListCollection);
|
||||
PFitter(PMsrHandler *runInfo, PRunListCollection *runListCollection, bool chisq_only = false);
|
||||
virtual ~PFitter();
|
||||
|
||||
bool IsValid() { return fIsValid; }
|
||||
@@ -71,6 +71,7 @@ class PFitter
|
||||
|
||||
private:
|
||||
bool fIsValid;
|
||||
bool fChisqOnly;
|
||||
bool fUseChi2;
|
||||
|
||||
PMsrHandler *fRunInfo;
|
||||
|
||||
Reference in New Issue
Block a user