Changeset 5694 for trunk/MagicSoft/Mars/macros
- Timestamp:
- 01/03/05 13:05:12 (20 years ago)
- Location:
- trunk/MagicSoft/Mars/macros
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/macros/dohtml.C
r5190 r5694 70 70 sourcedir += "mhbase:"; 71 71 sourcedir += "mhflux:"; 72 sourcedir += "mhft:"; 72 73 sourcedir += "mhist:"; 73 74 sourcedir += "mhistmc:"; … … 129 130 html.Convert("bootcampstandardanalysis.C", "MARS - Example of the status of the standard analysis at the bootcamp"); 130 131 html.Convert("readIPR.C", "MARS - Example to read and display the IPRs from a (merpped) report file"); 132 html.Convert("extendcam.C", "MARS - Example of using MGeomCamExtend and MHexagonalFTCalc"); 133 html.Convert("hft.C", "MARS - Example of using MHexagonalFTCalc"); 131 134 } -
trunk/MagicSoft/Mars/macros/rootlogon.C
r5190 r5694 138 138 gInterpreter->AddIncludePath(dir+"mhbase"); 139 139 gInterpreter->AddIncludePath(dir+"mhflux"); 140 gInterpreter->AddIncludePath(dir+"mhft"); 140 141 gInterpreter->AddIncludePath(dir+"mhist"); 141 142 gInterpreter->AddIncludePath(dir+"mhistmc");
Note:
See TracChangeset
for help on using the changeset viewer.