Index: trunk/MagicSoft/Mars/mgeom/MGeomPix.h
===================================================================
--- trunk/MagicSoft/Mars/mgeom/MGeomPix.h	(revision 3064)
+++ trunk/MagicSoft/Mars/mgeom/MGeomPix.h	(revision 3112)
@@ -34,5 +34,5 @@
     void Print(Option_t *opt=NULL) const;
 
-    void Set(Float_t x, Float_t y, Float_t d, UInt_t s=0) { fX=x; fY=y; fD=d; fA=d*d*gsTan60; fSector=s; }
+    void Set(Float_t x, Float_t y, Float_t d, UInt_t s=0) { fX=x; fY=y; fD=d; fA=d*d*gsTan60/2; fSector=s; }
 
     void SetNeighbors(Short_t i0=-1, Short_t i1=-1, Short_t i2=-1,
@@ -46,5 +46,5 @@
     UInt_t  GetSector() const { return fSector; }
 
-    Float_t GetA() const { return fA; /*fD*fD*gsTan60;*/ }
+    Float_t GetA() const { return fA; /*fD*fD*gsTan60/2;*/ }
 
     Byte_t  GetNumNeighbors() const { return fNumNeighbors; }
