Index: trunk/MagicSoft/Mars/macros/dohtml.C
===================================================================
--- trunk/MagicSoft/Mars/macros/dohtml.C	(revision 7188)
+++ trunk/MagicSoft/Mars/macros/dohtml.C	(revision 7194)
@@ -101,34 +101,40 @@
     html.SetSourceDir("macros");
     html.Convert("merpp.C",         "MARS - Merging and Preprocessing");
-    html.Convert("readraw.C",       "MARS - How To Read A Raw");
+    html.Convert("tutorials/readraw.C",       "MARS - How To Read A Raw");
     html.Convert("rootlogon.C",     "MARS - rootlogon.C");
-    html.Convert("readCT1.C",       "MARS - Read and display CT1 Events");
+    //html.Convert("readCT1.C",       "MARS - Read and display CT1 Events");
     html.Convert("readMagic.C",     "MARS - Read and display Magic Events");
-    html.Convert("CT1Hillas.C",     "MARS - Calculate CT1 Hillas");
+    //html.Convert("CT1Hillas.C",     "MARS - Calculate CT1 Hillas");
     html.Convert("MagicHillas.C",   "MARS - Calculate Magic Hillas");
-    html.Convert("collarea.C",      "MARS - Calculate Collection Area from a MC root file");
+//?    html.Convert("collarea.C",      "MARS - Calculate Collection Area from a MC root file");
     html.Convert("threshold.C",     "MARS - Calculate Energy Threshold from a MC root file");
     html.Convert("trigrate.C",      "MARS - Calculate Trigger Rate from a MC root file");
     html.Convert("star.C",          "MARS - (St)andard (A)nalysis and (R)econstruction");
-    html.Convert("starplot.C",      "MARS - Plot parameters from file created with star.C");
+    html.Convert("tutorials/starplot.C",      "MARS - Plot parameters from file created with star.C");
+    html.Convert("tutorials/readrfl.C",      "MARS - Example of reading reflector output with Mars");
     html.Convert("comprob.C",       "MARS - Calculation of composite probabilities for G/H-Seperation");
     html.Convert("multidimdist.C",  "MARS - Calculation of multidimensional distances for G/H-Seperation");
     html.Convert("multidimdist2.C", "MARS - Calculation of multidimensional distances for G/H-Seperation");
-    html.Convert("estimate.C",      "MARS - Shows results from the energy estimation");
-    html.Convert("estfit.C",        "MARS - Fits the coefficients of the energy estimator MEnergyEstParam");
-    html.Convert("plot.C",          "MARS - Plots 1D mars histogram");
-    html.Convert("plot2.C",         "MARS - Plots a 2D mars histogram");
-    html.Convert("starplot.C",      "MARS - Plots data from a STAR-file into a mars histogram");
-    html.Convert("testenv.C",       "MARS - Example to use TEnv and Mars Eventloops");
+//    html.Convert("estimate.C",      "MARS - Shows results from the energy estimation");
+//    html.Convert("estfit.C",        "MARS - Fits the coefficients of the energy estimator MEnergyEstParam");
+    html.Convert("tutorials/plot.C",          "MARS - Plots 1D mars histogram");
+    html.Convert("tutorials/plot2.C",         "MARS - Plots a 2D mars histogram");
+    html.Convert("tutorials/testenv.C",       "MARS - Example to use TEnv and Mars Eventloops");
     html.Convert("triglvl2.C",      "MARS - Example to use MMcTriggerLvl2 class, using filters and creating histograms");
-    html.Convert("status.C",        "MARS - Example to use the online display");
-    html.Convert("calibration.C",   "MARS - Example to use the calibration");
-    html.Convert("pedvsevent.C",    "MARS - Example to use MPedCalcPedRun");
-    html.Convert("pedphotcalc.C",   "MARS - Example to use MPedPhotCalc");
-    html.Convert("sectorvstime.C",  "MARS - Example how to plot mean value of a camera sector versus time");
-    html.Convert("calibration.C",   "MARS - Example how to use the calibrationa camera ");
-    html.Convert("bootcampstandardanalysis.C", "MARS - Example of the status of the standard analysis at the bootcamp");
+    //html.Convert("status.C",        "MARS - Example to use the online display");
+    //html.Convert("calibration.C",   "MARS - Example to use the calibration");
+    html.Convert("tutorials/pedvsevent.C",    "MARS - Example to use MPedCalcPedRun");
+    //html.Convert("pedphotcalc.C",   "MARS - Example to use MPedPhotCalc");
+    html.Convert("tutorials/derotatedc.C",  "MARS - Example of plotting derotated dc currents");
+    html.Convert("tutorials/evtrate.C",  "MARS - Example how to plot the event rate");
+    html.Convert("tutorials/pixvsevent.C",  "MARS - Example how to plot pixel value versus event number/time");
+    html.Convert("tutorials/sectorvstime.C",  "MARS - Example how to plot mean value of a camera sector versus time");
+    html.Convert("tutorials/pedestalvstime.C",  "MARS - Example how to plot pedestal/rms versus time");
+    html.Convert("tutorials/pixfirerate.C",  "MARS - Example how to plot the firerate of a pixel (times above threshold)");
+    html.Convert("tutorials/pixsatrate.C",  "MARS - Example how to plot the saturation rate of a pixel");
+    //html.Convert("calibration.C",   "MARS - Example how to use the calibrationa camera ");
+    //html.Convert("bootcampstandardanalysis.C", "MARS - Example of the status of the standard analysis at the bootcamp");
     html.Convert("readIPR.C",       "MARS - Example to read and display the IPRs from a (merpped) report file");
-    html.Convert("extendcam.C",     "MARS - Example of using MGeomCamExtend and MHexagonalFTCalc");
-    html.Convert("hft.C",           "MARS - Example of using MHexagonalFTCalc");
+    html.Convert("tutorials/extendcam.C",     "MARS - Example of using MGeomCamExtend and MHexagonalFTCalc");
+    html.Convert("tutorials/hft.C",           "MARS - Example of using MHexagonalFTCalc");
 }
