Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 1421)
+++ trunk/MagicSoft/Mars/Changelog	(revision 1422)
@@ -15,4 +15,39 @@
    * macros/MagicHillas.C:
      - adopted to new names of MWriteAsciiFile member functions
+
+
+
+ 2002/07/16: Wolfgang Wittek
+
+   * new 
+     ---
+     mhist    : MHEffOnTime     (replaces MHEffOnTimeTime and
+                                          MHEffOnTimeTheta)
+                MHThetabarTheta (forgotten to comit last time)
+                MHThetabarTime  (forgotten to comit last time)
+                MHGamma         (makes the subtraction SRC-ASRC and
+                                 counts the events with alpha<alpha0)
+
+   * modified 
+     --------
+     Mars     : Makefile.conf.general 
+                Changelog
+
+
+     mhist    : Makefile
+                HistLinkDef.h 
+                MHFlux             (performs the flux calculation)
+
+                MHAlphaEnergyTheta (replace BinningAlpha by BinningAlphaFlux)
+                MHAlphaEnergyTime  (replace BinningAlpha by BinningAlphaFlux)
+
+     macros   : flux.C       (replace some code by MHGamma,
+                              replace MHEffOnTimeTime and MHEffOnTimeTheta
+                              by MHEffOnTime)
+
+   * removed
+     -------
+     mhist    : MHEffOnTimeTime
+                MHEffOnTimeTheta
 
 
Index: trunk/MagicSoft/Mars/mhist/MHFlux.cc
===================================================================
--- trunk/MagicSoft/Mars/mhist/MHFlux.cc	(revision 1421)
+++ trunk/MagicSoft/Mars/mhist/MHFlux.cc	(revision 1422)
@@ -282,5 +282,6 @@
   MBinning binsthetatru("BinningThetatru");
   binsthetatru.SetEdges(7, -2.5, 32.5);
-  SetBinning((TH1*)aeff, &binsetru, &binsthetatru);
+  //SetBinning((TH1*)aeff, &binsetru, &binsthetatru);
+  SetBinning((TH2*)aeff, &binsetru, &binsthetatru);
 
   const Int_t netru    = aeff->GetNbinsX();
Index: trunk/MagicSoft/Mars/mhist/MHGamma.cc
===================================================================
--- trunk/MagicSoft/Mars/mhist/MHGamma.cc	(revision 1421)
+++ trunk/MagicSoft/Mars/mhist/MHGamma.cc	(revision 1422)
@@ -81,5 +81,6 @@
     fHist->SetDirectory(NULL);
 
-    SetBinning((TH3D*)fHist, (TH3D*)h1);
+    // SetBinning((TH3D*)fHist, (TH3D*)h1);
+    SetBinning((TH1*)fHist, (TH1*)h1);
 
     TString strg1 =   (((TH1*)h1)->GetXaxis())->GetTitle();
