]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONPolygon.h
Fix for coverity defects
[u/mrichter/AliRoot.git] / MUON / AliMUONPolygon.h
index 17827ac98ed8e29cf8d1b316a474e1328b8c8a71..2b1c0cd95cd5992d6e745717d2e21a4e895e3aa9 100644 (file)
@@ -50,13 +50,15 @@ public:
   
   void Print(Option_t* opt="") const;
   
-  void Copy(TObject& obj) const;
-  
   void Close();
   
 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