Index: /trunk/MagicSoft/Mars/Changelog
===================================================================
--- /trunk/MagicSoft/Mars/Changelog	(revision 6771)
+++ /trunk/MagicSoft/Mars/Changelog	(revision 6772)
@@ -24,5 +24,6 @@
 
    * mhcalib/MHCalibrationCam.h
-     - put the Draw-function into the *MENU*
+   * mhcalib/MHGausEvents.h
+     - put the Draw-functions into the *MENU*
 
    * mjobs/MJCalibration.[h,cc]
Index: /trunk/MagicSoft/Mars/mhcalib/MHCalibrationCam.cc
===================================================================
--- /trunk/MagicSoft/Mars/mhcalib/MHCalibrationCam.cc	(revision 6771)
+++ /trunk/MagicSoft/Mars/mhcalib/MHCalibrationCam.cc	(revision 6772)
@@ -1411,5 +1411,5 @@
       
       TPaveText *text = new TPaveText(sat? 0.1 : 0.35,0.7,sat ? 0.4 : 0.7,1.0);
-      text->SetTextSize(0.07);
+      text->SetTextSize(0.05);
       const TString line1 = Form("%s%s%s",inner ? "Outer" : "Inner",
                                  " Pixels ", sat ? "Low Gain" : "High Gain");
Index: /trunk/MagicSoft/Mars/mhcalib/MHCalibrationHiLoCam.h
===================================================================
--- /trunk/MagicSoft/Mars/mhcalib/MHCalibrationHiLoCam.h	(revision 6771)
+++ /trunk/MagicSoft/Mars/mhcalib/MHCalibrationHiLoCam.h	(revision 6772)
@@ -59,4 +59,7 @@
   TObject *Clone(const char *name="") const;
 
+  // Draw
+  void   Draw(const Option_t *opt);       // *MENU*
+
   Bool_t GetPixelContent(Double_t &val, Int_t idx, const MGeomCam &cam, Int_t type=0) const;
   void DrawPixelContent(Int_t idx) const;
Index: /trunk/MagicSoft/Mars/mhcalib/MHGausEvents.h
===================================================================
--- /trunk/MagicSoft/Mars/mhcalib/MHGausEvents.h	(revision 6771)
+++ /trunk/MagicSoft/Mars/mhcalib/MHGausEvents.h	(revision 6772)
@@ -77,13 +77,13 @@
   void Reset();  
 
-  void CreateFourierSpectrum();    
-  void CreateGraphEvents();        
+  void CreateFourierSpectrum();         
+  void CreateGraphEvents();             
   void CreateGraphPowerSpectrum(); 
 
   // Draws
-  void Draw(Option_t *option="");       
-  void DrawEvents(Option_t *option=""); 
-  void DrawPowerSpectrum(Option_t *option="");   
-  void DrawPowerProjection(Option_t *option=""); 
+  void Draw(Option_t *option="");                  // *MENU*
+  void DrawEvents(Option_t *option="");              // *MENU*
+  void DrawPowerSpectrum(Option_t *option="");         // *MENU*
+  void DrawPowerProjection(Option_t *option="");       // *MENU*
 
   // Fill
@@ -93,7 +93,7 @@
   
   // Fits
-  Bool_t FitGaus(  Option_t *option="RQ0",
+  Bool_t FitGaus(  Option_t *option="RQ0",         
                    const Double_t xmin=0., 
-	           const Double_t xmax=0.);   
+	           const Double_t xmax=0.);           // *MENU*
   
   // Inits
@@ -144,5 +144,5 @@
 
   // Prints
-  void Print(const Option_t *o="") const;     
+  void Print(const Option_t *o="") const;       // *MENU*
   
   // Setters
@@ -164,5 +164,5 @@
 
   // Simulates
-  void  SimulateGausEvents(const Float_t mean, const Float_t sigma, const Int_t nevts=4096);
+  void  SimulateGausEvents(const Float_t mean, const Float_t sigma, const Int_t nevts=4096);     // *MENU*
 
   ClassDef(MHGausEvents, 2) // Base class for events with Gaussian distributed values
