00001
00002
00003
00004 {
00005
00006
00007
00008
00009 gROOT.Reset();
00010 new THtml();
00011 gHtml.SetSourceDir(".");
00012 gHtml.Convert("Event.cxx","Creation of a ROOT Tree");
00013 gHtml.Convert("tcollex.cxx","Example of use of collection classes");
00014 gHtml.Convert("tstring.cxx","Example of use of the TString classes");
00015 gHtml.Convert("hsimple.cxx","A simple program making histograms and ntuples");
00016 gHtml.Convert("minexam.cxx","An example of use of the minimization class TMinuit");
00017 }