Index: trunk/MagicSoft/Mars/mhist/MHAlphaEnergyTime.h
===================================================================
--- trunk/MagicSoft/Mars/mhist/MHAlphaEnergyTime.h	(revision 1413)
+++ trunk/MagicSoft/Mars/mhist/MHAlphaEnergyTime.h	(revision 1414)
@@ -42,13 +42,8 @@
     TObject *DrawClone(Option_t *option="") const;
 
-    void Subtract(const TH3D *h1, const TH3D *h2);
-    void Subtract(const MHAlphaEnergyTime *h1, const MHAlphaEnergyTime *h2)
-    {
-        Subtract(h1->GetHist(), h2->GetHist());
-    }
-
-    TH2D *DrawAlphaProjection(Axis_t lo, Axis_t up, Option_t *opt="");
-    TH2D *GetAlphaProjection(Axis_t lo, Axis_t up);
-
+    TH2D *IntegrateTime    (const char *title, Bool_t Draw);
+    TH2D *IntegrateEest    (const char *title, Bool_t Draw);
+    TH1D *IntegrateEestTime(const char *title, Bool_t Draw);
+   
     ClassDef(MHAlphaEnergyTime, 1) //3D-histogram in alpha, Energy and time
 };
