Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 2810)
+++ trunk/MagicSoft/Mars/Changelog	(revision 2811)
@@ -4,4 +4,11 @@
 
                                                  -*-*- END OF LINE -*-*-
+
+ 2004/01/15: Markus Gaug
+
+   * mhist/MHCamera.[h,cc]
+     - incorporate Thomas's changes
+     - replace void CreateProjection() by TH1D *Projection(const char*)
+
 
  2004/01/15: Thomas Bretz
Index: trunk/MagicSoft/Mars/mhist/MHCamera.h
===================================================================
--- trunk/MagicSoft/Mars/mhist/MHCamera.h	(revision 2810)
+++ trunk/MagicSoft/Mars/mhist/MHCamera.h	(revision 2811)
@@ -91,6 +91,4 @@
     void  FillN(Int_t, const Axis_t *, const Axis_t *, const Double_t *, Int_t) {}
 
-    void CreateProjection();
-    
 public:
     MHCamera();
@@ -194,8 +192,4 @@
 
     TH1D    *Projection(const char *name="_py") const;
-
-    // Will be removed in the future
-    TH1D    *GetYProj()          { return fYProj;  }
-    TH1D    *GetYProj() const    { return fYProj;  }
 
     //void SetStatusBar(TGStatusBar *bar) { fStatusBar = bar; }
