Index: trunk/MagicSoft/Mars/mgeom/MGeomMirror.h
===================================================================
--- trunk/MagicSoft/Mars/mgeom/MGeomMirror.h	(revision 2566)
+++ trunk/MagicSoft/Mars/mgeom/MGeomMirror.h	(revision 2568)
@@ -8,4 +8,8 @@
 #ifndef ROOT_TArrayF
 #include <TArrayF.h>
+#endif
+
+#ifndef ROOT_TVector3
+#include <TVector3.h>
 #endif
 
@@ -46,5 +50,8 @@
     void  SetReflectivity(const TArrayF &wav, const TArrayF &ref);
 
-    void    SetArraySize(Int_t dim) { fWavelength.Set(dim); fReflectivity.Set(dim); }
+    void  SetArraySize(Int_t dim) { fWavelength.Set(dim); fReflectivity.Set(dim); }
+
+    TVector3 GetMirrorCenter() const { return TVector3(fX/100, fY/100, fZ/100); }
+    TVector3 GetMirrorNorm() const   { return TVector3(fXN, fYN, fZN); }
 
     ClassDef(MGeomMirror, 2)  // geometry class describing one mirror
