instead of copying musrfit_startup.xml to the appropriate directory, create it at run-time if needed. This has the advantage that each user will automatically create its own file.

This commit is contained in:
2017-02-14 15:06:10 +01:00
parent 9a638eee0a
commit bcbed139f9
4 changed files with 122 additions and 99 deletions

View File

@ -94,6 +94,7 @@ class PStartupHandler : public TObject, public TQObject
PIntVector fColorList; ///< color list
Bool_t StartupFileExists(Char_t *fln);
Bool_t WriteDefaulStartupFile();
ClassDef(PStartupHandler, 1)
};