]> git.uio.no Git - u/mrichter/AliRoot.git/commit - MUON/mapping/macros/testAnyPadIterators.C
mapping/AliMpPlaneSegmentation.cxx
authormartinez <martinez@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 20 Apr 2005 07:43:58 +0000 (07:43 +0000)
committermartinez <martinez@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 20 Apr 2005 07:43:58 +0000 (07:43 +0000)
commit72d8f376aef66de7f9f6d784f0703e3f4447a0e1
tree79fbbb12f2a8a8cc3e5b35559013ae03ed0520d6
parent580c28fdf28199bac1840b049f0aed54a285658e
mapping/AliMpPlaneSegmentation.cxx
mapping/AliMpPlaneSegmentation.h
mapping/AliMpRow.cxx
mapping/AliMpRowSegment.cxx
mapping/AliMpRowSegment.h
mapping/AliMpRowSegmentLSpecial.cxx
mapping/AliMpRowSegmentLSpecial.h
mapping/AliMpRowSegmentRSpecial.cxx
mapping/AliMpRowSegmentRSpecial.h
mapping/AliMpSectorSegmentation.cxx
mapping/AliMpSectorSegmentation.h
mapping/AliMpVRowSegment.h
mapping/AliMpVRowSegmentSpecial.cxx
mapping/AliMpVRowSegmentSpecial.h
mapping/AliMpVSegmentation.h
mapping/data/station2/non-bending_plane/zones_special_outer.dat
mapping/macros/testAllIndices.C
mapping/macros/testAnyPadIterators.C
mapping/macros/testExistingPads.C
mapping/macros/testMotifTypeIterators.C
mapping/macros/testPadDimensions.C
mapping/macros/testPlaneAreaIterator.C
mapping/macros/testReadMotifType.C
- Corrected algorithms for setting global indices
  for special row segments (to work properly with station2 data)
- Corrected zones_special_outer.dat for station2, non-bending_plane
- Added new functions to AliMpVSegmentation interface:
   virtual Int_t  MaxPadIndexX() = 0;
   virtual Int_t  MaxPadIndexY() = 0;
- Updated test macros to get them working with station2
(Ivana)

added files:
mapping/macros/testExistingPads2.C
mapping/macros/testIndicesLimits.C
MUON/mapping/macros/testAllIndices.C
MUON/mapping/macros/testAnyPadIterators.C
MUON/mapping/macros/testExistingPads.C
MUON/mapping/macros/testExistingPads2.C [new file with mode: 0644]
MUON/mapping/macros/testIndicesLimits.C [new file with mode: 0644]
MUON/mapping/macros/testMotifTypeIterators.C
MUON/mapping/macros/testPadDimensions.C
MUON/mapping/macros/testPlaneAreaIterator.C
MUON/mapping/macros/testReadMotifType.C