]> git.uio.no Git - u/mrichter/AliRoot.git/blob - GEODB/html.C
This commit was generated by cvs2svn to compensate for changes in r209,
[u/mrichter/AliRoot.git] / GEODB / html.C
1 {
2 // to run this macro, you must have the correct .rootrc file
3 // in your galice directory.
4 // The gAlice classes summary documentation go to directory html
5 // The gAlice classes source  documentation go to directory html/src
6 // The example macros documentation go to directory html/examples
7    
8    gSystem->Load("./libGeoAlice.so"); 
9    THtml html;
10    html.MakeAll(1);
11
12 }