Changeset 7287 for trunk/MagicSoft/Mars/macros
- Timestamp:
- 08/16/05 15:38:01 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/macros/dohtml.C
r7194 r7287 100 100 101 101 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"); 105 105 //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"); 107 107 //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"); 109 109 //? 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"); 118 118 // html.Convert("estimate.C", "MARS - Shows results from the energy estimation"); 119 119 // 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"); 124 124 //html.Convert("status.C", "MARS - Example to use the online display"); 125 125 //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"); 127 127 //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"); 132 132 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"); 135 135 //html.Convert("calibration.C", "MARS - Example how to use the calibrationa camera "); 136 136 //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"); 140 140 }
Note:
See TracChangeset
for help on using the changeset viewer.