Index: trunk/MagicSoft/Mars/mraw/MRawEvtData.cc
===================================================================
--- trunk/MagicSoft/Mars/mraw/MRawEvtData.cc	(revision 2207)
+++ trunk/MagicSoft/Mars/mraw/MRawEvtData.cc	(revision 2229)
@@ -213,5 +213,5 @@
 //     "GRAPH"      A graph is drawn
 //     "HIST"       A histogram is drawn
-//     number       The pixel with the given number is drawn
+//     <index>      The pixel with the given index is drawn
 //
 void MRawEvtData::Draw(Option_t *opt)
@@ -279,7 +279,7 @@
     {
         // FIXME: Add Legend
-        *fLog << "Drawing Histogram of Pixel with Idx " << pix.GetPixelId() << endl;
-
-        TH1F *histh = new TH1F(name, "FADC Samples",      nh, -0.5, nh-.5);
+        *fLog << "Drawing Histogram of Pixel with Idx #" << pix.GetPixelId() << endl;
+
+        TH1F *histh = new TH1F(name, "FADC Samples", nh, -0.5, nh-.5);
         histh->SetXTitle("Time [FADC Slices]");
         histh->SetYTitle("Signal [FADC Units]");
Index: trunk/MagicSoft/Mars/mraw/MRawEvtPixelIter.cc
===================================================================
--- trunk/MagicSoft/Mars/mraw/MRawEvtPixelIter.cc	(revision 2207)
+++ trunk/MagicSoft/Mars/mraw/MRawEvtPixelIter.cc	(revision 2229)
@@ -187,4 +187,8 @@
 }
 
+// --------------------------------------------------------------------------
+//
+// Returns the variance (sigma^2) of the HiGainSamples
+//
 Float_t MRawEvtPixelIter::GetVarHiGainSamples() const
 {
@@ -203,4 +207,8 @@
 }
 
+// --------------------------------------------------------------------------
+//
+// Returns the index of the FADC slice the maximum signal in
+//
 Byte_t MRawEvtPixelIter::GetNumMaxHiGainSample() const
 {
