FEDRA emulsion software from the OPERA Collaboration
makehtml.C File Reference

Functions

 makehtml ()
 

Function Documentation

◆ makehtml()

makehtml ( )
1 {
2 gSystem->Load("libShower");
3
4 THtml h;
5 h.SetOutputDir("./htmldoc/");
6 h.SetInputDir("./");
7 h.MakeClass("EdbShowerRec");
8 h.MakeClass("EdbPVRQuality");
9 h.MakeClass("EdbShowerAlg");
10 h.MakeClass("EdbShowerAlgESimple");
11 h.MakeClass("EdbShowerAlgIDSimple");
12 h.MakeClass("EdbShowerAlg_GS");
13
14
15 h.MakeIndex();
16}