]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/mapping/AliMpPad.h
Updated comments for Doxygen
[u/mrichter/AliRoot.git] / MUON / mapping / AliMpPad.h
index 7e3bdbb59c8d757704f1da071142cc00e3c5a21f..cac54b872b101be00a5763cfc72ad4dc819a77d7 100755 (executable)
@@ -2,7 +2,7 @@
  * See cxx source for full Copyright notice                               */
 
 // $Id$
-// $MpId: AliMpPad.h,v 1.9 2006/03/17 11:34:29 ivana Exp $
+// $MpId: AliMpPad.h,v 1.10 2006/05/23 13:07:29 ivana Exp $
 
 /// \ingroup basic
 /// \class AliMpPad
@@ -73,15 +73,15 @@ class AliMpPad : public TObject
 
  private:
   // static data members
-  static const Int_t  fgkMaxNofLocations; // maximum number of pad locations
-                                          // in the collection
+  static const Int_t  fgkMaxNofLocations; ///< \brief maximum number of pad locations
+                                          /// in the collection
   // data members
-  IntPairVector*  fLocations;      // collection of pad locations 
-  AliMpIntPair    fLocation;       // pad location
-  AliMpIntPair    fIndices;        // pad indices
-  TVector2        fPosition;       // the pad position (in cm)
-  TVector2        fDimensions;     // the pad dimensions (in cm)
-  Bool_t          fValidity;       // validity
+  IntPairVector*  fLocations;      ///<  collection of pad locations 
+  AliMpIntPair    fLocation;       ///<  pad location
+  AliMpIntPair    fIndices;        ///<  pad indices
+  TVector2        fPosition;       ///<  the pad position (in cm)
+  TVector2        fDimensions;     ///<  the pad dimensions (in cm)
+  Bool_t          fValidity;       ///<  validity
 
   ClassDef(AliMpPad,1) //utility class for the motif type
 };