]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/mapping/macros/testAllIndices.C
- All mapping enums within namespace (AliMp).
[u/mrichter/AliRoot.git] / MUON / mapping / macros / testAllIndices.C
index e21c580097820b7d97de806809b64f630a30b6d0..215ded1ff06e5939c80cf783eea38b58f136ced7 100644 (file)
@@ -3,8 +3,8 @@
 //
 // Test macro for testing which pad is seen as "existing" by AliMpSector.
 
-void testAllIndices(AliMpStationType station = kStation1,
-                    AliMpPlaneType plane = kBendingPlane) 
+void testAllIndices(AliMp::StationType station = AliMp::kStation1,
+                    AliMp::PlaneType plane = AliMp::kBendingPlane) 
 {
   AliMpSectorReader r(station, plane);
 
@@ -28,7 +28,7 @@ void testAllIndices(AliMpStationType station = kStation1,
 
   Int_t nx2 = 950/2;
   Int_t ny2 = 950/2;
-  if (station == kStation2) {
+  if (station == AliMp::kStation2) {
     nx2 = 1200/2;
     ny2 = 1200/2;
   }