some more work towards Nonlocal fitting
This commit is contained in:
3
src/external/Nonlocal/PNL_StartupHandler.h
vendored
3
src/external/Nonlocal/PNL_StartupHandler.h
vendored
@@ -55,6 +55,7 @@ class PNL_StartupHandler : public TObject
|
||||
virtual void OnFatalError(const char*); // SLOT
|
||||
virtual void OnCdataBlock(const char*, Int_t); // SLOT
|
||||
|
||||
virtual bool IsValid() { return fIsValid; }
|
||||
virtual TString GetStartupFilePath() { return fStartupFilePath; }
|
||||
virtual const Int_t GetFourierPoints() const { return fFourierPoints; }
|
||||
virtual const PStringVector GetTrimSpDataPathList() const { return fTrimSpDataPathList; }
|
||||
@@ -65,6 +66,8 @@ class PNL_StartupHandler : public TObject
|
||||
enum EKeyWords {eEmpty, eComment, eFourierPoints, eDataPath, eEnergy};
|
||||
EKeyWords fKey;
|
||||
|
||||
bool fIsValid;
|
||||
|
||||
bool fStartupFileFound;
|
||||
TString fStartupFilePath;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user