]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/mapping/AliMpDEManager.h
Updated comments for Doxygen - corrected warnings
[u/mrichter/AliRoot.git] / MUON / mapping / AliMpDEManager.h
index 77938a5d3c99155628d180b0b2c11b5868081ebb..044120e2db6b8d11ed290f61926ec8d83ef49ebe 100644 (file)
@@ -2,30 +2,30 @@
  * See cxx source for full Copyright notice                               */
 
 // $Id$
-// $MpId: AliMpDEManager.h,v 1.3 2006/03/13 12:22:08 ivana Exp $ 
+// $MpId: AliMpDEManager.h,v 1.6 2006/05/24 13:58:16 ivana Exp $ 
 
 /// \ingroup management
 /// \class AliMpDEManager
 /// \brief The manager class for definition of detection element types
-//
+///
 /// The detection element types are defined via unique names
 /// in denames.dat file for each station in the mapping data.
 /// Detection element name is composed of DETypeName and planeTypeName.
 /// DETypeName is only one per station in case of station1 and 2 quadrants, 
 /// there are more DETypes in case of slat and trigger stations. 
 ///
-/// Authors: Ivana Hrivnacova, IPN Orsay
-///          Laurent Aphecetche, SUBATECH Nantes
+/// \author Ivana Hrivnacova, IPN Orsay;
+///         Laurent Aphecetche, SUBATECH Nantes
 
 #ifndef ALI_MP_DE_MANAGER_H
 #define ALI_MP_DE_MANAGER_H
 
+#include <TObject.h>
+
 #include "AliMpExMap.h"
 #include "AliMpPlaneType.h"
 #include "AliMpStationType.h"
 
-#include <TObject.h>
-
 class AliMpVSegmentation;
 
 class AliMpDEManager : public  TObject {
@@ -61,17 +61,17 @@ class AliMpDEManager : public  TObject {
     static void   FillDENames();
 
     // static data members     
-    static const char  fgkNameSeparator; // Separator character used in DE names
-    static const char  fgkCommentPrefix; // Comment prefix in DE names file
-    static const Int_t fgkCoefficient;   // Coefficient used in DE Id <-> station
+    static const char  fgkNameSeparator; ///< Separator character used in DE names
+    static const char  fgkCommentPrefix; ///< Comment prefix in DE names file
+    static const Int_t fgkCoefficient;   ///< Coefficient used in DE Id <-> station
 
     // data members    
-    static  AliMpExMap fgDENamesMap;  // Map between DE Ids and 
-                                      // a pair of DE names for 2 cathods
-    static  AliMpExMap fgDECathBNBMap;// Map between DE Is and a pair
-                                      // of planeTypes for cathodes (0,1)
+    static  AliMpExMap fgDENamesMap;  ///< \brief Map between DE Ids and 
+                                      /// a pair of DE names for 2 cathods
+    static  AliMpExMap fgDECathBNBMap;///< \brief  Map between DE Is and a pair
+                                      /// of planeTypes for cathodes (0,1)
 
-  ClassDef(AliMpDEManager,0)  // 
+  ClassDef(AliMpDEManager,0)  // The manager class for definition of detection element types
 };
 
 #endif //ALI_MP_MANAGER_H