]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/mapping/AliMpSectorAreaVPadIterator.h
Adding new libraries
[u/mrichter/AliRoot.git] / MUON / mapping / AliMpSectorAreaVPadIterator.h
index 0682c414de8842c8a68391344ff21b8634e51509..08348706318f46778805057e5c57f8f88b7bb0fd 100644 (file)
@@ -1,18 +1,19 @@
+/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
+ * See cxx source for full Copyright notice                               */
+
 // $Id$
-// Category: sector
-//
-// Class AliMpSectorAreaVPadIterator
-// ---------------------------------
-// Class, which defines an iterator over the pads 
-// inside a given area in a sector in vertical direction.
-//
-// Authors: David Guez, Ivana Hrivnacova; IPN Orsay
+// $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.
+///
+/// \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
 
-#include <TObject.h>
-
 #include "AliMpVPadIterator.h"
 #include "AliMpArea.h"
 #include "AliMpPad.h"
@@ -45,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
 };