14 #ifndef TGO4EXPORTMANAGER_H
15 #define TGO4EXPORTMANAGER_H
67 void Export(TGraph* graph);
71 void Export(TFolder* fold);
75 void Export(TDirectory* dir);
79 void Export(TCollection* dir);
88 {
fxOutFile = (filename!=0) ? filename :
"Go4Export"; }
99 void ExportASCII(TH1* histo, Bool_t channels=kTRUE);
138 #endif //TGO4EXPORTMANAGER_H
void SetStartDir(const char *dir=0)
void ExportASCII(TH1 *histo, Bool_t channels=kTRUE)
void SetOutFileComment(const char *comment=0)
void SetCurrentDir(const char *dir=0)
void ExportXML(TObject *ob)
void ExportRadware(TH1 *histo)
void ExportRoot(TObject *ob)
void SetFilter(Go4Export_t format)
void Export(TObject *ob, Go4Export_t format)
void SetOutFile(const char *filename=0)
virtual ~TGo4ExportManager()