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

Functions

 makehtml ()
 

Function Documentation

◆ makehtml()

makehtml ( )
1 {
2THtml h;
3h.SetProductName("FEDRA");
4h.SetOutputDir("../");
5h.SetInputDir(".");
6h.MakeAll();
7}