]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/mapping/macros/testPadDimensions.C
Updated for replacement of AliMpReader with AliMpSectorReader
[u/mrichter/AliRoot.git] / MUON / mapping / macros / testPadDimensions.C
index 55422c0a40ac40da54d55a6a9fae2630736c4c31..1c7dba9691cc2c9c35f7628adb99290e4ccae99f 100644 (file)
@@ -1,4 +1,5 @@
 // $Id$
+// $MpId: testPadDimensions.C,v 1.4 2005/08/24 08:53:27 ivana Exp $
 //
 // Test macro for testing retrieving of pad dimensions from
 // the map in AliMpSectorSegmentation.
@@ -6,7 +7,7 @@
 void testPadDimensions(AliMpStationType station = kStation1,
                        AliMpPlaneType plane = kBendingPlane) 
 {
-  AliMpReader r(station, plane);
+  AliMpSectorReader r(station, plane);
   AliMpSector* sector=r.BuildSector();
   AliMpSectorSegmentation segmentation(sector);  
   segmentation.PrintZones();