Changeset 1635 for trunk/MagicSoft/Mars


Ignore:
Timestamp:
11/18/02 11:58:37 (22 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r1489 r1635  
    4141
    4242    html.SetSourceDir("macros");
    43     html.Convert("merpp.C",        "MARS - Merging and Preprocessing");
    44     html.Convert("readraw.C",      "MARS - How To Read A Raw");
    45     html.Convert("rootlogon.C",    "MARS - rootlogon.C");
    46     html.Convert("readCT1.C",      "MARS - Read and display CT1 Events");
    47     html.Convert("readMagic.C",    "MARS - Read and display Magic Events");
    48     html.Convert("CT1Hillas.C",    "MARS - Calculate CT1 Hillas");
    49     html.Convert("MagicHillas.C",  "MARS - Calculate Magic Hillas");
    50     html.Convert("collarea.C",     "MARS - Calculate Collection Area from a MC root file");
    51     html.Convert("threshold.C",    "MARS - Calculate Energy Threshold from a MC root file");
    52     html.Convert("trigrate.C",     "MARS - Calculate Trigger Rate from a MC root file");
    53     html.Convert("star.C",         "MARS - (St)andard (A)nalysis and (R)econstruction");
    54     html.Convert("starplot.C",     "MARS - Plot parameters from file created with star.C");
    55     html.Convert("comprob.C",      "MARS - Calculation of composite probabilities for G/H-Seperation");
    56     html.Convert("multidimdist.C", "MARS - Calculation of multidimensional distances for G/H-Seperation");
     43    html.Convert("merpp.C",         "MARS - Merging and Preprocessing");
     44    html.Convert("readraw.C",       "MARS - How To Read A Raw");
     45    html.Convert("rootlogon.C",     "MARS - rootlogon.C");
     46    html.Convert("readCT1.C",       "MARS - Read and display CT1 Events");
     47    html.Convert("readMagic.C",     "MARS - Read and display Magic Events");
     48    html.Convert("CT1Hillas.C",     "MARS - Calculate CT1 Hillas");
     49    html.Convert("MagicHillas.C",   "MARS - Calculate Magic Hillas");
     50    html.Convert("collarea.C",      "MARS - Calculate Collection Area from a MC root file");
     51    html.Convert("threshold.C",     "MARS - Calculate Energy Threshold from a MC root file");
     52    html.Convert("trigrate.C",      "MARS - Calculate Trigger Rate from a MC root file");
     53    html.Convert("star.C",          "MARS - (St)andard (A)nalysis and (R)econstruction");
     54    html.Convert("starplot.C",      "MARS - Plot parameters from file created with star.C");
     55    html.Convert("comprob.C",       "MARS - Calculation of composite probabilities for G/H-Seperation");
     56    html.Convert("multidimdist.C",  "MARS - Calculation of multidimensional distances for G/H-Seperation");
     57    html.Convert("multidimdist2.C", "MARS - Calculation of multidimensional distances for G/H-Seperation");
     58    html.Convert("estimate.C",      "MARS - Shows results from the energy estimation");
     59    html.Convert("estfit.C",        "MARS - Fits the coefficients of the energy estimator MEnergyEstParam");
     60    html.Convert("plot.C",          "MARS - Plots 1D mars histogram");
     61    html.Convert("plot2.C",         "MARS - Plots a 2D mars histogram");
     62    html.Convert("starplot.C",      "MARS - Plots data from a STAR-file into a mars histogram");
    5763}
Note: See TracChangeset for help on using the changeset viewer.