Index: trunk/MagicSoft/Mars/mcalib/MHGausEvents.cc
===================================================================
--- trunk/MagicSoft/Mars/mcalib/MHGausEvents.cc	(revision 3740)
+++ trunk/MagicSoft/Mars/mcalib/MHGausEvents.cc	(revision 3741)
@@ -76,4 +76,6 @@
 //       CreateGraphPowerSpectrum() and successive calls to the corresponding Getters.
 //
+// To see an example, have a look at: Draw()
+//
 //////////////////////////////////////////////////////////////////////////////
 #include "MHGausEvents.h"
@@ -831,4 +833,19 @@
 //            displays the projection of the fourier transform with the fit
 //
+// The following picture shows a typical outcome of call to Draw("fourierevents"): 
+// - The first plot shows the distribution of the values with the Gauss fit
+//   (which did not succeed, in this case, for obvious reasons)
+// - The second plot shows the TGraph with the events vs. time
+// - The third plot shows the fourier transform and a small peak at about 85 Hz.
+// - The fourth plot shows the projection of the fourier components and an exponential 
+//   fit, with the result that the observed deviation is still statistical with a 
+//   probability of 0.5%. 
+//
+//Begin_Html
+/*
+<img src="images/MHGausEventsDraw.gif">
+*/
+//End_Html
+//
 void MHGausEvents::Draw(const Option_t *opt)
 {
