Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 4322)
+++ trunk/MagicSoft/Mars/Changelog	(revision 4323)
@@ -37,4 +37,7 @@
       the number of uncalibrated pixels below 50 again (which was not 
       the case in the last weeks). 
+
+  * mcalib/MHGausEvents.h
+    - make DrawEvents() public
 
 
Index: trunk/MagicSoft/Mars/mcalib/MHGausEvents.h
===================================================================
--- trunk/MagicSoft/Mars/mcalib/MHGausEvents.h	(revision 4322)
+++ trunk/MagicSoft/Mars/mcalib/MHGausEvents.h	(revision 4323)
@@ -64,5 +64,4 @@
   Float_t *CreatePSDXaxis(Int_t n);    // Create an x-axis for the PSD TGraphs
 
-  void DrawEvents();                                  // Draw graph of fEvents
   void DrawPowerSpectrum(TVirtualPad &pad, Int_t i);  // Draw graph of fPowerSpectrum and fHPowerProbability
 
@@ -82,4 +81,5 @@
   // Draws
   virtual void Draw(Option_t *option="");         // Default Draw 
+  void DrawEvents();                                  // Draw graph of fEvents
   
   // Getters
