source: trunk/MagicSoft/Mars/macros/dohtml.C@ 454

Last change on this file since 454 was 454, checked in by harald, 24 years ago
Import the first sources of the MAGIC Analysis and Reconstruction Software. T. Bretz and H. Kornmayer 20.December 2000
File size: 457 bytes
Line 
1void dohtml()
2{
3 //
4 // don't forget that the shared object must be loaded
5 //
6
7 //
8 // create the html document class
9 //
10 THtml html;
11
12 html.SetOutputDir("htmldoc");
13 html.SetSourceDir(".:mbase:mraw");
14
15 html.MakeAll(kTRUE);
16
17 html.SetSourceDir("macros");
18 html.Convert("merpp.C", "MARS - Merging and Preprocessing Macro");
19 html.Convert("readraw.C", "MARS - Read a raw file macro");
20 html.Convert("rootlogon.C", "MARS - rootlogon.C");
21}
Note: See TracBrowser for help on using the repository browser.