Index: trunk/MagicSoft/Mars/mraw/MRawEvtData.cc
===================================================================
--- trunk/MagicSoft/Mars/mraw/MRawEvtData.cc	(revision 2416)
+++ trunk/MagicSoft/Mars/mraw/MRawEvtData.cc	(revision 2438)
@@ -215,4 +215,5 @@
 //     <index>      The pixel with the given index is drawn
 //
+#include <TVirtualPad.h>
 void MRawEvtData::Draw(Option_t *opt)
 {
@@ -300,5 +301,5 @@
     {
         // FIXME: Add Legend
-        *fLog << inf << "Drawing Histogram of Pixel with Idx #" << dec << pix.GetPixelId() << endl;
+        *fLog << inf << "Drawing Histogram of Pixel with Idx #" << dec << pix.GetPixelId() << " to " << gPad << endl;
 
         TH1F *histh = new TH1F(name, "FADC Samples", nh, -0.5, nh-.5);
