X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=MUON%2Fmapping%2FAliMpSectorAreaVPadIterator.h;h=08348706318f46778805057e5c57f8f88b7bb0fd;hb=fb2d9d49abc001f645ffd650eef1cc9e533a6378;hp=4f7a92595617a8a7bb4a59466a97b9b3873a2a11;hpb=2a7ea2e676e334e9d722e39ce0adc85a4dcadbee;p=u%2Fmrichter%2FAliRoot.git diff --git a/MUON/mapping/AliMpSectorAreaVPadIterator.h b/MUON/mapping/AliMpSectorAreaVPadIterator.h index 4f7a9259561..08348706318 100644 --- a/MUON/mapping/AliMpSectorAreaVPadIterator.h +++ b/MUON/mapping/AliMpSectorAreaVPadIterator.h @@ -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 };