Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 4546)
+++ trunk/MagicSoft/Mars/Changelog	(revision 4547)
@@ -21,5 +21,11 @@
 
 
-   2004/08/09 :   Wolfgang Wittek
+  2004/08/09 : Markus Gaug
+
+   * mcalib/MHGausEvents.[h,cc]
+     - added function IsOnlyOverflow()
+
+
+  2004/08/09 :   Wolfgang Wittek
 
    * mtemp/MStarLocalCam.[h,cc]
Index: trunk/MagicSoft/Mars/mcalib/MHGausEvents.cc
===================================================================
--- trunk/MagicSoft/Mars/mcalib/MHGausEvents.cc	(revision 4546)
+++ trunk/MagicSoft/Mars/mcalib/MHGausEvents.cc	(revision 4547)
@@ -538,5 +538,5 @@
   gPad->SetTicks();
 
-  fHGausHist.Draw(opt);
+  fHGausHist.Draw(option);
 
   if (fFGausFit)
@@ -830,4 +830,9 @@
 }
 
+const Bool_t MHGausEvents::IsOnlyOverflow() const
+{
+  return fHGausHist.GetEntries() == fHGausHist.GetBinContent(fNbins+1);
+}
+
 
 const Bool_t MHGausEvents::IsExcluded() const
Index: trunk/MagicSoft/Mars/mcalib/MHGausEvents.h
===================================================================
--- trunk/MagicSoft/Mars/mcalib/MHGausEvents.h	(revision 4546)
+++ trunk/MagicSoft/Mars/mcalib/MHGausEvents.h	(revision 4547)
@@ -124,4 +124,5 @@
   const Bool_t IsFourierSpectrumOK()     const;
   const Bool_t IsGausFitOK()             const; 
+  const Bool_t IsOnlyOverflow()          const;  
 
   // Fill
