]> git.uio.no Git - u/mrichter/AliRoot.git/commit - MUON/mapping/AliMpSectorPadIterator.cxx
From Laurent
authorivana <ivana@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 19 Sep 2005 18:10:02 +0000 (18:10 +0000)
committerivana <ivana@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 19 Sep 2005 18:10:02 +0000 (18:10 +0000)
commitdee1d5f18d249b20534cefbbba1f0a292b1c9a5d
tree8fb60cb803c1d86b393fd8e20f3949bcd76a652d
parent197883c2195f7e41057531083b863dc91f49d375
From Laurent
- Added new classes into slat category
  (dependent on basic and motif, but not on sector)
- AliMpArea: changed the validity test - now one dimension
  (either x or y) can have the zero value
- Minor fixes in AliMpMotif, AliMpMotifMap, AliMpMotifPainter
From Ivana:
- The AliMpReader splitted into AliMpMotifReader
  (used by both sector and slat) and AliMpSectorReader
- Updated comments for doxygen, now documented
  - class categories
  - class description (in .h)
  - member function description (in .cxx)
117 files changed:
MUON/mapping/AliMpArea.cxx
MUON/mapping/AliMpArea.h
MUON/mapping/AliMpBasicTypes.h
MUON/mapping/AliMpConnection.cxx
MUON/mapping/AliMpConnection.h
MUON/mapping/AliMpConstants.cxx
MUON/mapping/AliMpConstants.h
MUON/mapping/AliMpContainers.h
MUON/mapping/AliMpDirection.h
MUON/mapping/AliMpFiles.cxx
MUON/mapping/AliMpFiles.h
MUON/mapping/AliMpGraphContext.cxx
MUON/mapping/AliMpGraphContext.h
MUON/mapping/AliMpGraphicsTypes.h
MUON/mapping/AliMpHelper.cxx [new file with mode: 0644]
MUON/mapping/AliMpHelper.h [new file with mode: 0644]
MUON/mapping/AliMpIntPair.cxx
MUON/mapping/AliMpIntPair.h
MUON/mapping/AliMpMotif.cxx
MUON/mapping/AliMpMotif.h
MUON/mapping/AliMpMotifMap.cxx
MUON/mapping/AliMpMotifMap.h
MUON/mapping/AliMpMotifPainter.cxx
MUON/mapping/AliMpMotifPainter.h
MUON/mapping/AliMpMotifPosition.cxx
MUON/mapping/AliMpMotifPosition.h
MUON/mapping/AliMpMotifPositionPadIterator.cxx
MUON/mapping/AliMpMotifPositionPadIterator.h
MUON/mapping/AliMpMotifSpecial.cxx
MUON/mapping/AliMpMotifSpecial.h
MUON/mapping/AliMpMotifType.cxx
MUON/mapping/AliMpMotifType.h
MUON/mapping/AliMpMotifTypePadIterator.cxx
MUON/mapping/AliMpMotifTypePadIterator.h
MUON/mapping/AliMpMotifTypes.h
MUON/mapping/AliMpNeighboursPadIterator.cxx
MUON/mapping/AliMpNeighboursPadIterator.h
MUON/mapping/AliMpPCB.cxx [new file with mode: 0644]
MUON/mapping/AliMpPCB.h [new file with mode: 0644]
MUON/mapping/AliMpPCBPainter.cxx [new file with mode: 0644]
MUON/mapping/AliMpPCBPainter.h [new file with mode: 0644]
MUON/mapping/AliMpPad.cxx
MUON/mapping/AliMpPad.h
MUON/mapping/AliMpPadIteratorPtr.cxx
MUON/mapping/AliMpPadIteratorPtr.h
MUON/mapping/AliMpPadPair.cxx
MUON/mapping/AliMpPadPair.h
MUON/mapping/AliMpPadRow.cxx
MUON/mapping/AliMpPadRow.h
MUON/mapping/AliMpPadRowLSegment.cxx
MUON/mapping/AliMpPadRowLSegment.h
MUON/mapping/AliMpPadRowRSegment.cxx
MUON/mapping/AliMpPadRowRSegment.h
MUON/mapping/AliMpPlaneType.h
MUON/mapping/AliMpRow.cxx
MUON/mapping/AliMpRow.h
MUON/mapping/AliMpRowPainter.cxx
MUON/mapping/AliMpRowPainter.h
MUON/mapping/AliMpRowSegment.cxx
MUON/mapping/AliMpRowSegment.h
MUON/mapping/AliMpRowSegmentLSpecial.cxx
MUON/mapping/AliMpRowSegmentLSpecial.h
MUON/mapping/AliMpRowSegmentPainter.cxx
MUON/mapping/AliMpRowSegmentPainter.h
MUON/mapping/AliMpRowSegmentRSpecial.cxx
MUON/mapping/AliMpRowSegmentRSpecial.h
MUON/mapping/AliMpSector.cxx
MUON/mapping/AliMpSector.h
MUON/mapping/AliMpSectorAreaHPadIterator.cxx
MUON/mapping/AliMpSectorAreaHPadIterator.h
MUON/mapping/AliMpSectorAreaVPadIterator.cxx
MUON/mapping/AliMpSectorAreaVPadIterator.h
MUON/mapping/AliMpSectorPadIterator.cxx
MUON/mapping/AliMpSectorPadIterator.h
MUON/mapping/AliMpSectorPainter.cxx
MUON/mapping/AliMpSectorPainter.h
MUON/mapping/AliMpSectorSegmentation.cxx
MUON/mapping/AliMpSectorSegmentation.h
MUON/mapping/AliMpSectorTypes.h
MUON/mapping/AliMpSlat.cxx [new file with mode: 0644]
MUON/mapping/AliMpSlat.h [new file with mode: 0644]
MUON/mapping/AliMpSlatPadIterator.cxx [new file with mode: 0644]
MUON/mapping/AliMpSlatPadIterator.h [new file with mode: 0644]
MUON/mapping/AliMpSlatPainter.cxx [new file with mode: 0644]
MUON/mapping/AliMpSlatPainter.h [new file with mode: 0644]
MUON/mapping/AliMpSlatSegmentation.cxx [new file with mode: 0644]
MUON/mapping/AliMpSlatSegmentation.h [new file with mode: 0644]
MUON/mapping/AliMpSlatZonePadIterator.cxx [new file with mode: 0644]
MUON/mapping/AliMpSlatZonePadIterator.h [new file with mode: 0644]
MUON/mapping/AliMpSt345Reader.cxx [new file with mode: 0644]
MUON/mapping/AliMpSt345Reader.h [new file with mode: 0644]
MUON/mapping/AliMpStationType.h
MUON/mapping/AliMpSubZone.cxx
MUON/mapping/AliMpSubZone.h
MUON/mapping/AliMpSubZonePainter.cxx
MUON/mapping/AliMpSubZonePainter.h
MUON/mapping/AliMpVIndexed.cxx
MUON/mapping/AliMpVIndexed.h
MUON/mapping/AliMpVMotif.cxx
MUON/mapping/AliMpVMotif.h
MUON/mapping/AliMpVPadIterator.cxx
MUON/mapping/AliMpVPadIterator.h
MUON/mapping/AliMpVPadRowSegment.cxx
MUON/mapping/AliMpVPadRowSegment.h
MUON/mapping/AliMpVPainter.cxx
MUON/mapping/AliMpVPainter.h
MUON/mapping/AliMpVRowSegment.cxx
MUON/mapping/AliMpVRowSegment.h
MUON/mapping/AliMpVRowSegmentSpecial.cxx
MUON/mapping/AliMpVRowSegmentSpecial.h
MUON/mapping/AliMpVSegmentation.cxx
MUON/mapping/AliMpVSegmentation.h
MUON/mapping/AliMpXDirection.h
MUON/mapping/AliMpZone.cxx
MUON/mapping/AliMpZone.h
MUON/mapping/AliMpZonePainter.cxx
MUON/mapping/AliMpZonePainter.h