Index: trunk/MagicSoft/Mars/mhist/MHFadcCam.h
===================================================================
--- trunk/MagicSoft/Mars/mhist/MHFadcCam.h	(revision 712)
+++ trunk/MagicSoft/Mars/mhist/MHFadcCam.h	(revision 713)
@@ -38,13 +38,13 @@
     TH1F *GetHistLo(UInt_t i)  { return (*this)[i]->GetHistLo(); }
 
-    void DrawHi(UInt_t i) { GetHistHi(i)->Draw(); }
-    void DrawLo(UInt_t i) { GetHistLo(i)->Draw(); }
+    //
+    // FIXME! This should be replaced by a Draw(Option_t)-function
+    //
+    void DrawHi(UInt_t i)      { GetHistHi(i)->Draw(); }
+    void DrawLo(UInt_t i)      { GetHistLo(i)->Draw(); }
 
-    void Draw(UInt_t i) { (*this)[i]->Draw(); }
+    void DrawPix(UInt_t i)     { (*this)[i]->Draw(); }
 
-    Int_t GetEntries()
-    {
-        return fArray->GetEntries() ;
-    }
+    Int_t GetEntries()         { return fArray->GetEntries(); }
 
     ClassDef(MHFadcCam, 1) // A list of histograms storing the Fadc spektrum of one pixel
Index: trunk/MagicSoft/Mars/mhist/MHHillas.cc
===================================================================
--- trunk/MagicSoft/Mars/mhist/MHHillas.cc	(revision 712)
+++ trunk/MagicSoft/Mars/mhist/MHHillas.cc	(revision 713)
@@ -8,4 +8,6 @@
 
 #include "MHHillas.h"
+
+#include <math.h>
 
 #include <TH1.h>
