]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/mapping/AliMpSectorAreaVPadIterator.h
In MUONChamberMaterialBudget.C
[u/mrichter/AliRoot.git] / MUON / mapping / AliMpSectorAreaVPadIterator.h
index 4f7a92595617a8a7bb4a59466a97b9b3873a2a11..08348706318f46778805057e5c57f8f88b7bb0fd 100644 (file)
@@ -2,14 +2,14 @@
  * See cxx source for full Copyright notice                               */
 
 // $Id$
-// $MpId: AliMpSectorAreaVPadIterator.h,v 1.5 2006/03/17 11:38:28 ivana Exp $
+// $MpId: AliMpSectorAreaVPadIterator.h,v 1.7 2006/05/24 13:58:21 ivana Exp $
 
 /// \ingroup sector
 /// \class AliMpSectorAreaVPadIterator
 /// \brief An iterator over the pads inside a given area in a sector 
 /// in vertical direction.
 ///
-/// Authors: David Guez, Ivana Hrivnacova; IPN Orsay
+/// \author David Guez, Ivana Hrivnacova; IPN Orsay
 
 #ifndef ALI_MP_SECTOR_AREA_V_PAD_ITERATOR_H
 #define ALI_MP_SECTOR_AREA_V_PAD_ITERATOR_H
@@ -46,13 +46,13 @@ class AliMpSectorAreaVPadIterator : public AliMpVPadIterator
     void MoveRight();
 
     // private data members
-    const AliMpSectorSegmentation*  fkSegmentation; // the sector segmentation 
-                                       // over which we iterate
-    //const AliMpArea  fkArea;            // the area
-                                          // (const caused problem with CINT)
-    AliMpArea  fkArea;                 // the area
-    AliMpPad   fCurrentPad;            // the current pad
-    Double_t   fCurrentColumnPosition; // the current column position
+    const AliMpSectorSegmentation*  fkSegmentation; ///< \brief the sector segmentation 
+                                       /// over which we iterate
+    //const AliMpArea  fkArea;         ///< \brief the area
+                                       /// (const caused problem with CINT)
+    AliMpArea  fkArea;                 ///< the area
+    AliMpPad   fCurrentPad;            ///< the current pad
+    Double_t   fCurrentColumnPosition; ///< the current column position
 
  ClassDef(AliMpSectorAreaVPadIterator,1) // iterator over motif's pads
 };