]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/mapping/AliMpMotifType.h
Generates realistic DDL sharing and buspatch number calculated from DDL (Christian)
[u/mrichter/AliRoot.git] / MUON / mapping / AliMpMotifType.h
index aeacbb01890697a67f230ae2b885bd25e8cbb883..f1e5ea8e8aab5c3328d7213be5e6a7d46746f628 100755 (executable)
@@ -2,31 +2,31 @@
  * See cxx source for full Copyright notice                               */
 
 // $Id$
-// $MpId: AliMpMotifType.h,v 1.8 2005/09/26 16:10:46 ivana Exp $
+// $MpId: AliMpMotifType.h,v 1.11 2006/05/24 13:58:18 ivana Exp $
 
 /// \ingroup motif
 /// \class AliMpMotifType
 /// \brief Class that defines the motif properties.
 ///
-/// Authors: David Guez, Ivana Hrivnacova; IPN Orsay
+/// \author David Guez, Ivana Hrivnacova; IPN Orsay
 
 #ifndef ALI_MP_MOTIF_TYPE_H
 #define ALI_MP_MOTIF_TYPE_H
 
-#include "AliMpContainers.h"
+#include <TObject.h>
 
-#ifdef WITH_STL
-#include <map>
-#endif
+#include "AliMpContainers.h"
 
+#include "AliMpIntPair.h"
 #ifdef WITH_ROOT
 #include "AliMpExMap.h"
 #endif
 
-#include <TObject.h>
 #include <TString.h>
 
-#include "AliMpIntPair.h"
+#ifdef WITH_STL
+#include <map>
+#endif
 
 class AliMpConnection;
 class AliMpVPadIterator;
@@ -85,16 +85,16 @@ class AliMpMotifType : public TObject
 
   private:
     // static data members
-    static const Int_t   fgkPadNumForA; // the pad number for the pad "A"
+    static const Int_t  fgkPadNumForA; ///< the pad number for the pad "A"
   
     // data members
-    TString   fID;              // unique motif ID
-    Int_t     fNofPadsX;        // number of pads in x direction
-    Int_t     fNofPadsY;        // number of pads in y direction
-    Int_t     fVerboseLevel;    // verbose level
-    ConnectionMap fConnections; // Map (ix,iy) of connections
+    TString   fID;              ///< unique motif ID
+    Int_t     fNofPadsX;        ///< number of pads in x direction
+    Int_t     fNofPadsY;        ///< number of pads in y direction
+    Int_t     fVerboseLevel;    ///< verbose level
+    ConnectionMap fConnections; ///< Map (ix,iy) of connections
     
-  ClassDef(AliMpMotifType,1)  //Motif type
+  ClassDef(AliMpMotifType,1)  // Motif type
 };
 
 // inline functions