Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 4756)
+++ trunk/MagicSoft/Mars/Changelog	(revision 4757)
@@ -29,4 +29,8 @@
        been set (e.g. by the macro).
 
+   * mcalib/MHGausEvents.cc
+     - removed one call to fHPowerProbability->SetDirectory(0) which was
+       at a completely wrong place in CreateEventXaxis(). Probably a 
+       slip of the emacs-pen.
 
 
Index: trunk/MagicSoft/Mars/mcalib/MHGausEvents.cc
===================================================================
--- trunk/MagicSoft/Mars/mcalib/MHGausEvents.cc	(revision 4756)
+++ trunk/MagicSoft/Mars/mcalib/MHGausEvents.cc	(revision 4757)
@@ -326,5 +326,5 @@
 {
 
-  Float_t *xaxis = new Float_t[n];  fHPowerProbability->SetDirectory(NULL);
+  Float_t *xaxis = new Float_t[n];  
 
   if (fEventFrequency)
