Changeset 8110


Ignore:
Timestamp:
10/17/06 19:51:03 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r7413 r8110  
    6262    sourcedir += "mcalib:";
    6363    sourcedir += "mdata:";
     64    sourcedir += "mextralgo:";
    6465    sourcedir += "mfbase:";
    6566    sourcedir += "mfileio:";
     
    113114    html.Convert("trigrate.C",                  "MARS - Calculate Trigger Rate from a MC root file");
    114115    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");
    115119    html.Convert("tutorials/starplot.C",        "MARS - Plot parameters from file created with star.C");
    116120    html.Convert("tutorials/readrfl.C",         "MARS - Example of reading reflector output with Mars");
     
    141145    html.Convert("tutorials/extendcam.C",       "MARS - Example of using MGeomCamExtend and MHexagonalFTCalc");
    142146    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");
    143149}
Note: See TracChangeset for help on using the changeset viewer.