Index: trunk/MagicSoft/Mars/mastro/MAstroCamera.cc
===================================================================
--- trunk/MagicSoft/Mars/mastro/MAstroCamera.cc	(revision 5144)
+++ trunk/MagicSoft/Mars/mastro/MAstroCamera.cc	(revision 5378)
@@ -394,8 +394,5 @@
             {
                 TMarker *m=new TMarker(spot(0), spot(1), 1);
-		TVector3 pos=mirror->GetMirrorCenter();
-		Float_t r=pos.Mag();
-
-                m->SetMarkerColor((Int_t)(6*r)+51);
+                m->SetMarkerColor((Int_t)(6*mirror->GetMirrorCenter().Mag())+51);
                 m->SetMarkerStyle(kDot);
                 fMapG.Add(m);
