]> git.uio.no Git - u/mrichter/AliRoot.git/blob - RALICE/scripts/makedocs.cc
Bug correction (energy recalculation when adding new incarnation of the particle).
[u/mrichter/AliRoot.git] / RALICE / scripts / makedocs.cc
1 ////////////////////////////////////////////////////////////////////////////////
2 // ROOT macro to produce the documentation of all RALICE classes
3 //
4 //--- Author : NvE 16-oct-1999 UU-SAP Utrecht
5 ////////////////////////////////////////////////////////////////////////////////
6 {
7  gSystem->Load("ralice");
8
9  THtml q;
10  q.SetOutputDir("./htmldoc");
11  q.SetSourceDir("..");
12  q.MakeAll();
13 }