FEDRA emulsion software from the OPERA Collaboration
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
makehtml.C File Reference

Functions

 makehtml ()
 

Function Documentation

◆ makehtml()

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