#include <fstream.h>
#include <stdio.h>
#include <stdarg.h>
Go to the source code of this file.
Functions | |
void | convertfile (const char *file) |
void | converthisto (TH1 *histo) |
void | convertgraph (TGraph *graph) |
void | convertobject (TObject *myobject) |
void | convertfolder (TFolder *fold) |
void | convertdir (TDirectory *source) |
Variables | |
TString | CurrentDir |
TString | StartDir |
void convertdir | ( | TDirectory * | source | ) |
Definition at line 167 of file convertfile.C.
References convertobject(), CurrentDir, and StartDir.
Referenced by convertfile(), and convertobject().
void convertfile | ( | const char * | file | ) |
Definition at line 4 of file convertfile.C.
References convertdir(), CurrentDir, and StartDir.
void convertfolder | ( | TFolder * | fold | ) |
Definition at line 143 of file convertfile.C.
References convertobject(), CurrentDir, and StartDir.
Referenced by convertobject().
void convertgraph | ( | TGraph * | graph | ) |
Definition at line 84 of file convertfile.C.
References CurrentDir, and StartDir.
Referenced by convertobject().
void converthisto | ( | TH1 * | histo | ) |
Definition at line 45 of file convertfile.C.
References CurrentDir, and StartDir.
Referenced by convertobject().
void convertobject | ( | TObject * | myobject | ) |
Definition at line 110 of file convertfile.C.
References convertdir(), convertfolder(), convertgraph(), and converthisto().
Referenced by convertdir(), and convertfolder().
TString CurrentDir |
Definition at line 1 of file convertfile.C.
Referenced by convertdir(), convertfile(), convertfolder(), convertgraph(), and converthisto().
TString StartDir |
Definition at line 2 of file convertfile.C.
Referenced by convertdir(), convertfile(), convertfolder(), convertgraph(), and converthisto().