Changeset 8110 for trunk/MagicSoft/Mars
- Timestamp:
- 10/17/06 19:51:03 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/macros/dohtml.C
r7413 r8110 62 62 sourcedir += "mcalib:"; 63 63 sourcedir += "mdata:"; 64 sourcedir += "mextralgo:"; 64 65 sourcedir += "mfbase:"; 65 66 sourcedir += "mfileio:"; … … 113 114 html.Convert("trigrate.C", "MARS - Calculate Trigger Rate from a MC root file"); 114 115 html.Convert("star.C", "MARS - (St)andard (A)nalysis and (R)econstruction"); 116 html.Convert("starfield.C", "MARS - Display a starfield in the camera"); 117 html.Convert("starvisday.C", "MARS - Display visibility of stars at a single day"); 118 html.Convert("starvisyear.C", "MARS - Display visibility of a source around the year"); 115 119 html.Convert("tutorials/starplot.C", "MARS - Plot parameters from file created with star.C"); 116 120 html.Convert("tutorials/readrfl.C", "MARS - Example of reading reflector output with Mars"); … … 141 145 html.Convert("tutorials/extendcam.C", "MARS - Example of using MGeomCamExtend and MHexagonalFTCalc"); 142 146 html.Convert("tutorials/hft.C", "MARS - Example of using MHexagonalFTCalc"); 147 html.Convert("tutorials/calendar.C", "MARS - Example of producing a calendar sheet"); 148 html.Convert("tutorials/weights.C", "MARS - Example of using weights with MFillH"); 143 149 }
Note:
See TracChangeset
for help on using the changeset viewer.