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:
@ -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)
|
||||
};
|
||||
|
Reference in New Issue
Block a user