// ONLY INLCUDE THIS IN THE MAIN PROGRAM FILE // OTHERWISE, USE ROOTINCS.H #include "TROOT.h" #include "TApplication.h" #include "TChain.h" #include "TPaveLabel.h" #include "TFile.h" #include "TH1.h" #include "TNtuple.h" #include "TPad.h" #include "TProfile.h" #include "TGraph.h" #include "TGraphErrors.h" #include "TTree.h" #include "TSystem.h" #include "TLeaf.h" #include "TAttFill.h" #include "TAttMarker.h" #include "TAttLine.h" #include "TAttAxis.h" #include "TCanvas.h" #include "TObject.h" extern void InitGui(); // loads the device dependent graphics system VoidFuncPtr_t initfuncs[] = {InitGui, 0 }; int Error; // needed bij Motif TROOT root("MyRoot","Sven's ROOT",initfuncs);