added root6 features to dks6

This commit is contained in:
2017-02-21 14:47:33 +01:00
parent 6cae76f1c1
commit 13106a51c7
19 changed files with 607 additions and 648 deletions

View File

@@ -96,6 +96,7 @@ class PStartupHandler : public TObject, public TQObject
PStartupOptions fStartupOptions; ///< collects all startup options which will be requested by PMsrFileHandler
Bool_t StartupFileExists(Char_t *fln);
Bool_t WriteDefaultStartupFile();
ClassDef(PStartupHandler, 1)
};