]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/mapping/AliMpSlat.h
Updated comments for Doxygen - corrected warnings
[u/mrichter/AliRoot.git] / MUON / mapping / AliMpSlat.h
index 54b404f6edc9e83350b034d00bec3aa1547685ec..f65ebe5a6c95f7ebacaa4bf97a2ea192f83d00f2 100644 (file)
@@ -2,13 +2,13 @@
  * See cxx source for full Copyright notice                               */
 
 // $Id$
-// $MpId: AliMpSlat.h,v 1.5 2006/03/17 16:42:28 ivana Exp $
+// $MpId: AliMpSlat.h,v 1.8 2006/05/24 13:58:24 ivana Exp $
 
 /// \ingroup slat
 /// \class AliMpSlat
 /// \brief A slat (building block of stations 3, 4 and 5)
 /// 
-/// Author: Laurent Aphecetche
+//  Author: Laurent Aphecetche
 
 #ifndef ALI_MP_SLAT_H
 #define ALI_MP_SLAT_H
@@ -144,22 +144,20 @@ class AliMpSlat : public TObject
   AliMpSlat& operator=(const AliMpSlat& rhs);
   
  private:
-  TString fId; // The name of this slat, e.g. 112233N
-  AliMpPlaneType fPlaneType; // Whether it's bending or non-bending plane
-  Double_t fDX; // Half-size in X (cm)
-  Double_t fDY; // Half-size in Y (cm)
-  Int_t fNofPadsX; // Actual number of pads in x direction
-  Int_t fMaxNofPadsY; // Maximum number of pads in y direction
-  mutable AliMpExMap fManuMap; // map of int to AliMpMotifPosition*
+  TString fId; ///< The name of this slat, e.g. 112233N
+  AliMpPlaneType fPlaneType; ///< Whether it's bending or non-bending plane
+  Double_t fDX; ///< Half-size in X (cm)
+  Double_t fDY; ///< Half-size in Y (cm)
+  Int_t fNofPadsX; ///< Actual number of pads in x direction
+  Int_t fMaxNofPadsY; ///< Maximum number of pads in y direction
+  mutable AliMpExMap fManuMap; ///< map of int to AliMpMotifPosition*
 #ifdef WITH_ROOT
-  TObjArray fPCBs; // array of AliMpPCB*
-  //mutable AliMpExMap fManuMap; // map of int to AliMpMotifPosition*
+  TObjArray fPCBs; ///< array of AliMpPCB*
 #else  
-  std::vector<AliMpPCB*> fPCBs; // array of AliMpPCB*
-  //std::map<int,AliMpMotifPosition*> fManuMap;
+  std::vector<AliMpPCB*> fPCBs; ///< array of AliMpPCB*
 #endif
-  TVector2 fPosition; // Position of the slat center.
-  Int_t fNofPads;
+  TVector2 fPosition; ///< Position of the slat center.
+  Int_t fNofPads; ///< number of pads in this slat
   
   ClassDef(AliMpSlat,2) // A slat for stations 3,4,5
 };