add an option to musrfit which allows to replace to musrfit_startup.xml by the default one.
This commit is contained in:
@@ -54,7 +54,7 @@ int parseXmlFile(TSAXParser*, const char*);
|
||||
class PStartupHandler : public TObject, public TQObject
|
||||
{
|
||||
public:
|
||||
PStartupHandler();
|
||||
PStartupHandler(bool reset_startup_file=false);
|
||||
virtual ~PStartupHandler();
|
||||
|
||||
virtual void OnStartDocument(); // SLOT
|
||||
@@ -97,7 +97,7 @@ class PStartupHandler : public TObject, public TQObject
|
||||
PIntVector fColorList; ///< color list
|
||||
|
||||
Bool_t StartupFileExists(Char_t *fln);
|
||||
Bool_t WriteDefaultStartupFile();
|
||||
Bool_t WriteDefaultStartupFile(bool reset_startup_file=false);
|
||||
|
||||
ClassDef(PStartupHandler, 1)
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user