]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/mapping/AliMpSegFactory.h
Updated comments for Doxygen
[u/mrichter/AliRoot.git] / MUON / mapping / AliMpSegFactory.h
index 3e68f65238509f6a70737fde84edf921bb7a49b0..d5b0bf230291bb4dc4fe7238dab0c4f7d529f440 100644 (file)
@@ -5,7 +5,7 @@
  * See cxx source for full Copyright notice                               */
 
 // $Id$ 
-// $MpId: AliMpSegFactory.h,v 1.4 2006/03/13 12:22:08 ivana Exp $ 
+// $MpId: AliMpSegFactory.h,v 1.6 2006/05/23 13:07:38 ivana Exp $ 
 
 /// \ingroup management
 /// \class AliMpSegFactory
@@ -19,7 +19,7 @@
 /// Authors: Ivana Hrivnacova, IPN Orsay
 
 #ifndef ROOT_TObject
-#  include "TObject.h"
+#  include <TObject.h>
 #endif
 
 #ifndef ALI_MP_STRING_OBJ_MAP_H
@@ -53,10 +53,10 @@ class AliMpSegFactory : public  TObject {
   
   private:
 
-    AliMpStringObjMap  fMpSegmentations;// Map of mapping segmentations to DE names
-    AliMpExMap*        fMpMap;          // Map of el. cards IDs to segmentations
+    AliMpStringObjMap  fMpSegmentations;///< Map of mapping segmentations to DE names
+    AliMpExMap*        fMpMap;          ///< Map of el. cards IDs to segmentations
       
-  ClassDef(AliMpSegFactory,0)  // MUON Factory for Chambers and Segmentation
+  ClassDef(AliMpSegFactory,0)  // The factory for building mapping segmentations
 };
 
 #endif //ALI_MP_SEG_FACTORY_H