Index: trunk/MagicSoft/Mars/mtemp/MHTelAxisFromStars.cc
===================================================================
--- trunk/MagicSoft/Mars/mtemp/MHTelAxisFromStars.cc	(revision 4559)
+++ trunk/MagicSoft/Mars/mtemp/MHTelAxisFromStars.cc	(revision 4560)
@@ -450,13 +450,13 @@
 // --------------------------------------------------------------------------
 //
-// Setup an inversed deep blue sea palette.
-//
-void MHTelAxisFromStars::SetColors() const
-{
-    gStyle->SetPalette(51, NULL);
-    Int_t c[50];
-    for (int i=0; i<50; i++)
-        c[49-i] = gStyle->GetColorPalette(i);
-    gStyle->SetPalette(50, c);
+// Finalize :
+//
+//    it is called in the postprocessing
+//    reset pointers in order to allow cloning of the object
+//
+Bool_t MHTelAxisFromStars::Finalize()
+{
+
+  return kTRUE;
 }
 
@@ -552,4 +552,19 @@
 }
 
+// --------------------------------------------------------------------------
+//
+// Setup an inversed deep blue sea palette.
+//
+
+void MHTelAxisFromStars::SetColors() const
+{
+    gStyle->SetPalette(51, NULL);
+    Int_t c[50];
+    for (int i=0; i<50; i++)
+        c[49-i] = gStyle->GetColorPalette(i);
+    gStyle->SetPalette(50, c);
+}
+
+
 //---------------------------------------------------------------------
 //
Index: trunk/MagicSoft/Mars/mtemp/MHTelAxisFromStars.h
===================================================================
--- trunk/MagicSoft/Mars/mtemp/MHTelAxisFromStars.h	(revision 4559)
+++ trunk/MagicSoft/Mars/mtemp/MHTelAxisFromStars.h	(revision 4560)
@@ -28,15 +28,16 @@
     TH2D *fEstPos2;    //-> Estimated position 2
 
-    MStarLocalCam   *fStarLocalCam;
-    MStarLocalCam   *fSourceLocalCam;
-    MSrcPosCam      *fSrcPos;
-    MSkyCamTrans    *fSkyCamTrans;
+    MStarLocalCam   *fStarLocalCam;     //!
+    MStarLocalCam   *fSourceLocalCam;   //!
+    MSrcPosCam      *fSrcPos;           //!
+    MSkyCamTrans    *fSkyCamTrans;      //!
+
+
+
+    Float_t fMm2Deg;                    //!
+    Bool_t  fUseMmScale;                //!
+    Int_t   fInputType;                 //!
 
     void SetColors() const;
-
-    Float_t fMm2Deg;
-    Bool_t  fUseMmScale;
-    Int_t   fInputType;
-
     void Paint(Option_t *opt="");
 
@@ -51,4 +52,5 @@
     Bool_t SetupFill(const MParList *pList);
     Bool_t Fill(const MParContainer *par, const Stat_t w=1);
+    Bool_t Finalize();
 
     TH1 *GetHistByName(const TString name);
Index: trunk/MagicSoft/Mars/mtemp/findTelAxisFromStars.C
===================================================================
--- trunk/MagicSoft/Mars/mtemp/findTelAxisFromStars.C	(revision 4559)
+++ trunk/MagicSoft/Mars/mtemp/findTelAxisFromStars.C	(revision 4560)
@@ -218,21 +218,16 @@
     
   //$$$$$$$$$$$$$$$$ ww
-  /*
+  
   gLog << "Event loop finished; call DrawClone of MHTelAxisFromStars" << endl;
   TObject *obj = plist.FindObject("MHTelAxisFromStars");
   if (obj)
   {
-    obj->Print();
-    obj->Dump();
+    //obj->Print();
+    //obj->Dump();
     obj->DrawClone();
-
-    gLog << "Draw a clone of the histogram" << endl;
-    TObject *o = obj->Clone();
-    o->SetBit(kCanDelete);
-    o->Draw();
   }
   else
     gLog << "address of MHTelAxisFromStars container is zero" << endl;
-  */
+  
   //$$$$$$$$$$$$$$$$ ww
 
