]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONSegmentation.h
Updated comments for Doxygen
[u/mrichter/AliRoot.git] / MUON / AliMUONSegmentation.h
index dd1e7077c9c2f4569c61f2ecb9d49a74fd8ae6bd..551442f4d23648731c2aab9dff8c38b08b0368f4 100644 (file)
@@ -85,10 +85,10 @@ class AliMUONSegmentation : public TObject
      
   private:
     // data members
-    TObjArray*  fMpSegmentations;        // array of mapping segmentations
-    TObjArray*  fDESegmentations;        // array of DE segmentations
-    TObjArray*  fModuleSegmentations[2]; // array of module segmentations
-                                         // for two cathods         
+    TObjArray*  fMpSegmentations;        ///< array of mapping segmentations
+    TObjArray*  fDESegmentations;        ///< array of DE segmentations
+    TObjArray*  fModuleSegmentations[2]; ///< \brief array of module segmentations
+                                         /// for two cathods         
   ClassDef(AliMUONSegmentation,2)  // Container class for module segmentations
 };