Index: /trunk/MagicSoft/Mars/Changelog
===================================================================
--- /trunk/MagicSoft/Mars/Changelog	(revision 3785)
+++ /trunk/MagicSoft/Mars/Changelog	(revision 3786)
@@ -23,4 +23,6 @@
      - Update class version to 4 (necessary after M. Gaug's change 
        of the type of member fMaxRadius.
+
+
 
  2004/04/16: Abelardo Moralejo
Index: /trunk/MagicSoft/Mars/mhist/MHCamEventRot.cc
===================================================================
--- /trunk/MagicSoft/Mars/mhist/MHCamEventRot.cc	(revision 3785)
+++ /trunk/MagicSoft/Mars/mhist/MHCamEventRot.cc	(revision 3786)
@@ -29,4 +29,8 @@
 // Derotate MCamEvent before filling a 2D histogram.
 //
+// To be done: Set the sky position of the center of the display and
+//             correct if the pointing position of the telescope is
+//             different
+//
 //////////////////////////////////////////////////////////////////////////////
 #include "MHCamEventRot.h"
Index: /trunk/MagicSoft/Mars/mhist/MHCamEventRot.h
===================================================================
--- /trunk/MagicSoft/Mars/mhist/MHCamEventRot.h	(revision 3785)
+++ /trunk/MagicSoft/Mars/mhist/MHCamEventRot.h	(revision 3786)
@@ -34,9 +34,4 @@
 
     TString fNameTime;
-    //Int_t DistancetoPrimitive(Int_t px, Int_t py);
-    //void Modified();
-
-    //void ProjectOff(TH2D *h);
-    //void ProjectOn(TH2D *h);
 
     TObject *GetCatalog();
@@ -52,22 +47,5 @@
     void SetNameTime(const char *name) { fNameTime=name; }
 
-    //void FitSignificance(Float_t sigint=15, Float_t sigmax=70, Float_t bgmin=40, Float_t bgmax=70, Byte_t polynom=1); //*MENU*
-    //void FitSignificanceStd() { FitSignificance(); } //*MENU*
-
-    //void SetDistMin(Float_t dist) { fDistMin = dist; }
-
-    //void SetAlphaCut(Float_t alpha); //*MENU*
-    //void SetAlphaPlus5()  { SetAlphaCut(fAlphaCut+5); } //*MENU*
-    //void SetAlphaMinus5() { SetAlphaCut(fAlphaCut-5); } //*MENU*
-
-    //void SetBgMean(Float_t alpha); //*MENU*
-    //void SetBgMeanPlus5()  { SetBgMean(fBgMean+5); } //*MENU*
-    //void SetBgMeanMinus5() { SetBgMean(fBgMean-5); } //*MENU*
-
-    //void Paint(Option_t *opt="");
     void Draw(Option_t *option="");
-
-    //static Double_t Significance(Double_t s, Double_t b);
-    //static Double_t SignificanceLiMa(Double_t s, Double_t b, Double_t alpha=1);
 
     ClassDef(MHCamEventRot, 1) //2D-histogram in MCamEvent data (derotated)
