]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUON1DArray.h
- Adding option for ownership of sector
[u/mrichter/AliRoot.git] / MUON / AliMUON1DArray.h
index e68218b341dcce0723d9930fd592b54d81c0cfe2..3002eb7434ea937d6056bdcd3c34339e9b8a0d32 100644 (file)
@@ -4,10 +4,10 @@
 // $Id$
 
 /// \ingroup base
-/// \class AliMUON1DStore
+/// \class AliMUON1DArray
 /// \brief Implementation of AliMUONV1DStore
 /// 
-/// \author Laurent Aphecetche
+//  Author Laurent Aphecetche
 
 #ifndef ALIMUON1DARRAY_H
 #define ALIMUON1DARRAY_H
@@ -43,7 +43,7 @@ private:
   
 private:  
     
-    TObjArray* fArray; // Internal array
+    TObjArray* fArray; ///< Internal array
   
     ClassDef(AliMUON1DArray,1) // Implementation of AliMUONV1DStore
 };