]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONPolygon.h
Memory leak fixes in the AOD and MC loops (M. Putis)
[u/mrichter/AliRoot.git] / MUON / AliMUONPolygon.h
index 17827ac98ed8e29cf8d1b316a474e1328b8c8a71..745d35f351304a2e7e91231569043e42141f97bd 100644 (file)
@@ -56,7 +56,11 @@ public:
   
 private:
   Int_t fN; ///< Number of vertices 
+  
+  /// Vertices x coordinates
   Double_t* fX; //[fN]
+  
+  /// Vertices y coordinates
   Double_t* fY; //[fN]
   
   ClassDef(AliMUONPolygon,1) // A simple polygon