Changeset 7194 for trunk/MagicSoft/Mars/macros
- Timestamp:
- 07/15/05 13:25:57 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/macros/dohtml.C
r5694 r7194 101 101 html.SetSourceDir("macros"); 102 102 html.Convert("merpp.C", "MARS - Merging and Preprocessing"); 103 html.Convert(" readraw.C", "MARS - How To Read A Raw");103 html.Convert("tutorials/readraw.C", "MARS - How To Read A Raw"); 104 104 html.Convert("rootlogon.C", "MARS - rootlogon.C"); 105 html.Convert("readCT1.C", "MARS - Read and display CT1 Events");105 //html.Convert("readCT1.C", "MARS - Read and display CT1 Events"); 106 106 html.Convert("readMagic.C", "MARS - Read and display Magic Events"); 107 html.Convert("CT1Hillas.C", "MARS - Calculate CT1 Hillas");107 //html.Convert("CT1Hillas.C", "MARS - Calculate CT1 Hillas"); 108 108 html.Convert("MagicHillas.C", "MARS - Calculate Magic Hillas"); 109 html.Convert("collarea.C", "MARS - Calculate Collection Area from a MC root file");109 //? html.Convert("collarea.C", "MARS - Calculate Collection Area from a MC root file"); 110 110 html.Convert("threshold.C", "MARS - Calculate Energy Threshold from a MC root file"); 111 111 html.Convert("trigrate.C", "MARS - Calculate Trigger Rate from a MC root file"); 112 112 html.Convert("star.C", "MARS - (St)andard (A)nalysis and (R)econstruction"); 113 html.Convert("starplot.C", "MARS - Plot parameters from file created with star.C"); 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"); 114 115 html.Convert("comprob.C", "MARS - Calculation of composite probabilities for G/H-Seperation"); 115 116 html.Convert("multidimdist.C", "MARS - Calculation of multidimensional distances for G/H-Seperation"); 116 117 html.Convert("multidimdist2.C", "MARS - Calculation of multidimensional distances for G/H-Seperation"); 117 html.Convert("estimate.C", "MARS - Shows results from the energy estimation"); 118 html.Convert("estfit.C", "MARS - Fits the coefficients of the energy estimator MEnergyEstParam"); 119 html.Convert("plot.C", "MARS - Plots 1D mars histogram"); 120 html.Convert("plot2.C", "MARS - Plots a 2D mars histogram"); 121 html.Convert("starplot.C", "MARS - Plots data from a STAR-file into a mars histogram"); 122 html.Convert("testenv.C", "MARS - Example to use TEnv and Mars Eventloops"); 118 // html.Convert("estimate.C", "MARS - Shows results from the energy estimation"); 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 123 html.Convert("triglvl2.C", "MARS - Example to use MMcTriggerLvl2 class, using filters and creating histograms"); 124 html.Convert("status.C", "MARS - Example to use the online display"); 125 html.Convert("calibration.C", "MARS - Example to use the calibration"); 126 html.Convert("pedvsevent.C", "MARS - Example to use MPedCalcPedRun"); 127 html.Convert("pedphotcalc.C", "MARS - Example to use MPedPhotCalc"); 128 html.Convert("sectorvstime.C", "MARS - Example how to plot mean value of a camera sector versus time"); 129 html.Convert("calibration.C", "MARS - Example how to use the calibrationa camera "); 130 html.Convert("bootcampstandardanalysis.C", "MARS - Example of the status of the standard analysis at the bootcamp"); 124 //html.Convert("status.C", "MARS - Example to use the online display"); 125 //html.Convert("calibration.C", "MARS - Example to use the calibration"); 126 html.Convert("tutorials/pedvsevent.C", "MARS - Example to use MPedCalcPedRun"); 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"); 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"); 135 //html.Convert("calibration.C", "MARS - Example how to use the calibrationa camera "); 136 //html.Convert("bootcampstandardanalysis.C", "MARS - Example of the status of the standard analysis at the bootcamp"); 131 137 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");138 html.Convert("tutorials/extendcam.C", "MARS - Example of using MGeomCamExtend and MHexagonalFTCalc"); 139 html.Convert("tutorials/hft.C", "MARS - Example of using MHexagonalFTCalc"); 134 140 }
Note:
See TracChangeset
for help on using the changeset viewer.