removed debug information. Added CPU/GPU information to the MINUIT2.OUTPUT file.
This commit is contained in:
@@ -30,6 +30,8 @@
|
||||
#ifndef _PFITTER_H_
|
||||
#define _PFITTER_H_
|
||||
|
||||
#include "TString.h"
|
||||
|
||||
#include "Minuit2/MnUserParameters.h"
|
||||
#include "Minuit2/FunctionMinimum.h"
|
||||
|
||||
@@ -76,6 +78,7 @@ class PFitter
|
||||
|
||||
private:
|
||||
Bool_t fDKSReady; ///< flag. true: fit via DKS/GPU. false: fit on CPU
|
||||
Int_t fDKSTag; ///< tag. holding more detailed information about the DKS/CPU/GPU request
|
||||
Bool_t fIsValid; ///< flag. true: the fit is valid.
|
||||
Bool_t fIsScanOnly; ///< flag. true: scan along some parameters (no fitting).
|
||||
Bool_t fConverged; ///< flag. true: the fit has converged.
|
||||
@@ -131,6 +134,8 @@ class PFitter
|
||||
Bool_t ExecuteSimplex();
|
||||
|
||||
Double_t MilliTime();
|
||||
TString GetCpuInfo();
|
||||
TString GetGpuInfo();
|
||||
};
|
||||
|
||||
#endif // _PFITTER_H_
|
||||
|
||||
Reference in New Issue
Block a user