test2html.cxx

Go to the documentation of this file.
00001 // @(#)root/test:$Id: test2html.cxx 20882 2007-11-19 11:31:26Z rdm $
00002 // Author: Rene Brun   23/08/96
00003 
00004 {
00005    // this macro can be called from an interactive ROOT session via the command:
00006    //      Root > .x test2html.cxx
00007    // It generates the html files for some of the ROOT test programs.
00008 
00009    gROOT.Reset();
00010    new THtml();   // ctor sets gHtml
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 }

Generated on Tue Jul 5 15:16:18 2011 for ROOT_528-00b_version by  doxygen 1.5.1