* Define a function for the XML-reading workaround in order to clean up a bit.

For the moment we keep to copies of it -- one for the use within the various
  musrfit programs, one that can be used in user functions.

* musrt0 is now again activated in musrgui/musredit by default.
This commit is contained in:
Bastian M. Wojek
2011-06-23 11:00:09 +00:00
parent dc48ea9712
commit caa3fdfc12
16 changed files with 174 additions and 505 deletions

View File

@@ -36,6 +36,7 @@
using namespace std;
#include "TObject.h"
#include "TSAXParser.h"
//--------------------------------------------------------------------------------------------
/**
@@ -56,4 +57,9 @@ class PUserFcnBase : public TObject
ClassDef(PUserFcnBase, 1)
};
//--------------------------------------------------------------------------
// This function is a replacement for the ParseFile method of TSAXParser.
//--------------------------------------------------------------------------
Int_t parseXmlFile(TSAXParser*, const Char_t*);
#endif // _PUSERFCNBASE_H_