Ignore:
Timestamp:
08/16/05 15:38:01 (19 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r7194 r7287  
    100100
    101101    html.SetSourceDir("macros");
    102     html.Convert("merpp.C",         "MARS - Merging and Preprocessing");
    103     html.Convert("tutorials/readraw.C",       "MARS - How To Read A Raw");
    104     html.Convert("rootlogon.C",     "MARS - rootlogon.C");
     102    html.Convert("merpp.C",                     "MARS - Merging and Preprocessing");
     103    html.Convert("tutorials/readraw.C",         "MARS - How To Read A Raw");
     104    html.Convert("rootlogon.C",                 "MARS - rootlogon.C");
    105105    //html.Convert("readCT1.C",       "MARS - Read and display CT1 Events");
    106     html.Convert("readMagic.C",     "MARS - Read and display Magic Events");
     106    html.Convert("readMagic.C",                 "MARS - Read and display Magic Events");
    107107    //html.Convert("CT1Hillas.C",     "MARS - Calculate CT1 Hillas");
    108     html.Convert("MagicHillas.C",   "MARS - Calculate Magic Hillas");
     108    html.Convert("MagicHillas.C",               "MARS - Calculate Magic Hillas");
    109109//?    html.Convert("collarea.C",      "MARS - Calculate Collection Area from a MC root file");
    110     html.Convert("threshold.C",     "MARS - Calculate Energy Threshold from a MC root file");
    111     html.Convert("trigrate.C",      "MARS - Calculate Trigger Rate from a MC root file");
    112     html.Convert("star.C",          "MARS - (St)andard (A)nalysis and (R)econstruction");
    113     html.Convert("tutorials/starplot.C",      "MARS - Plot parameters from file created with star.C");
    114     html.Convert("tutorials/readrfl.C",      "MARS - Example of reading reflector output with Mars");
    115     html.Convert("comprob.C",       "MARS - Calculation of composite probabilities for G/H-Seperation");
    116     html.Convert("multidimdist.C",  "MARS - Calculation of multidimensional distances for G/H-Seperation");
    117     html.Convert("multidimdist2.C", "MARS - Calculation of multidimensional distances for G/H-Seperation");
     110    html.Convert("threshold.C",                 "MARS - Calculate Energy Threshold from a MC root file");
     111    html.Convert("trigrate.C",                  "MARS - Calculate Trigger Rate from a MC root file");
     112    html.Convert("star.C",                      "MARS - (St)andard (A)nalysis and (R)econstruction");
     113    html.Convert("tutorials/starplot.C",        "MARS - Plot parameters from file created with star.C");
     114    html.Convert("tutorials/readrfl.C",         "MARS - Example of reading reflector output with Mars");
     115    html.Convert("comprob.C",                   "MARS - Calculation of composite probabilities for G/H-Seperation");
     116    html.Convert("multidimdist.C",              "MARS - Calculation of multidimensional distances for G/H-Seperation");
     117    html.Convert("multidimdist2.C",             "MARS - Calculation of multidimensional distances for G/H-Seperation");
    118118//    html.Convert("estimate.C",      "MARS - Shows results from the energy estimation");
    119119//    html.Convert("estfit.C",        "MARS - Fits the coefficients of the energy estimator MEnergyEstParam");
    120     html.Convert("tutorials/plot.C",          "MARS - Plots 1D mars histogram");
    121     html.Convert("tutorials/plot2.C",         "MARS - Plots a 2D mars histogram");
    122     html.Convert("tutorials/testenv.C",       "MARS - Example to use TEnv and Mars Eventloops");
    123     html.Convert("triglvl2.C",      "MARS - Example to use MMcTriggerLvl2 class, using filters and creating histograms");
     120    html.Convert("tutorials/plot.C",            "MARS - Plots 1D mars histogram");
     121    html.Convert("tutorials/plot2.C",           "MARS - Plots a 2D mars histogram");
     122    html.Convert("tutorials/testenv.C",         "MARS - Example to use TEnv and Mars Eventloops");
     123    html.Convert("triglvl2.C",                  "MARS - Example to use MMcTriggerLvl2 class, using filters and creating histograms");
    124124    //html.Convert("status.C",        "MARS - Example to use the online display");
    125125    //html.Convert("calibration.C",   "MARS - Example to use the calibration");
    126     html.Convert("tutorials/pedvsevent.C",    "MARS - Example to use MPedCalcPedRun");
     126    html.Convert("tutorials/pedvsevent.C",      "MARS - Example to use MPedCalcPedRun");
    127127    //html.Convert("pedphotcalc.C",   "MARS - Example to use MPedPhotCalc");
    128     html.Convert("tutorials/derotatedc.C",  "MARS - Example of plotting derotated dc currents");
    129     html.Convert("tutorials/evtrate.C",  "MARS - Example how to plot the event rate");
    130     html.Convert("tutorials/pixvsevent.C",  "MARS - Example how to plot pixel value versus event number/time");
    131     html.Convert("tutorials/sectorvstime.C",  "MARS - Example how to plot mean value of a camera sector versus time");
     128    html.Convert("tutorials/derotatedc.C",      "MARS - Example of plotting derotated dc currents");
     129    html.Convert("tutorials/evtrate.C",         "MARS - Example how to plot the event rate");
     130//    html.Convert("tutorials/pixvsevent.C",  "MARS - Example how to plot pixel value versus event number/time");
     131    html.Convert("tutorials/sectorvstime.C",    "MARS - Example how to plot mean value of a camera sector versus time");
    132132    html.Convert("tutorials/pedestalvstime.C",  "MARS - Example how to plot pedestal/rms versus time");
    133     html.Convert("tutorials/pixfirerate.C",  "MARS - Example how to plot the firerate of a pixel (times above threshold)");
    134     html.Convert("tutorials/pixsatrate.C",  "MARS - Example how to plot the saturation rate of a pixel");
     133    html.Convert("tutorials/pixfirerate.C",     "MARS - Example how to plot the firerate of a pixel (times above threshold)");
     134    html.Convert("tutorials/pixsatrate.C",      "MARS - Example how to plot the saturation rate of a pixel");
    135135    //html.Convert("calibration.C",   "MARS - Example how to use the calibrationa camera ");
    136136    //html.Convert("bootcampstandardanalysis.C", "MARS - Example of the status of the standard analysis at the bootcamp");
    137     html.Convert("readIPR.C",       "MARS - Example to read and display the IPRs from a (merpped) report file");
    138     html.Convert("tutorials/extendcam.C",     "MARS - Example of using MGeomCamExtend and MHexagonalFTCalc");
    139     html.Convert("tutorials/hft.C",           "MARS - Example of using MHexagonalFTCalc");
     137    html.Convert("readIPR.C",                   "MARS - Example to read and display the IPRs from a (merpped) report file");
     138    html.Convert("tutorials/extendcam.C",       "MARS - Example of using MGeomCamExtend and MHexagonalFTCalc");
     139    html.Convert("tutorials/hft.C",             "MARS - Example of using MHexagonalFTCalc");
    140140}
Note: See TracChangeset for help on using the changeset viewer.