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

Functions

 makehtml ()
 

Function Documentation

◆ makehtml()

makehtml ( )
1 {
2 THtml h;
3 h.SetProductName("FEDRA");
4 h.SetOutputDir("./htmldocs");
5 TString fsrc=gSystem->ExpandPathName("$(FEDRA_ROOT)/src");
6 void *fdir = gSystem->OpenDirectory(fsrc);
7 TString input;
8 const char *sd=0;
9 while( (sd=gSystem->GetDirEntry(fdir)) ) { if(!strncmp(sd,"lib",3)) {input += fsrc; input += "/"; input+=sd; input+=":";} }
10 //printf("%s\n",input.Data());
11 h.SetInputDir(input);
12 h.SetAuthorTag("//-- Author :");
13 h.MakeAll();
14}
void sd()
Definition: check_vertex.C:185