Ignore:
Timestamp:
01/03/05 13:05:12 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/macros
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/macros/dohtml.C

    r5190 r5694  
    7070    sourcedir += "mhbase:";
    7171    sourcedir += "mhflux:";
     72    sourcedir += "mhft:";
    7273    sourcedir += "mhist:";
    7374    sourcedir += "mhistmc:";
     
    129130    html.Convert("bootcampstandardanalysis.C", "MARS - Example of the status of the standard analysis at the bootcamp");
    130131    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");
    131134}
  • trunk/MagicSoft/Mars/macros/rootlogon.C

    r5190 r5694  
    138138    gInterpreter->AddIncludePath(dir+"mhbase");
    139139    gInterpreter->AddIncludePath(dir+"mhflux");
     140    gInterpreter->AddIncludePath(dir+"mhft");
    140141    gInterpreter->AddIncludePath(dir+"mhist");
    141142    gInterpreter->AddIncludePath(dir+"mhistmc");
Note: See TracChangeset for help on using the changeset viewer.