]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/mapping/macros/testSectorFind.C
Updated for modifs in AliMpFiles
[u/mrichter/AliRoot.git] / MUON / mapping / macros / testSectorFind.C
index 785685a5a3e1e957065d03d0ce01172b74daf436..1c1cb4120ff6f30db83c0549400e6a5f87565ebb 100644 (file)
@@ -1,5 +1,5 @@
 // $Id$
-// $MpId: testSectorFind.C,v 1.9 2005/09/26 16:05:25 ivana Exp $
+// $MpId: testSectorFind.C,v 1.10 2005/10/28 15:36:08 ivana Exp $
 //
 // Test macro for which verify that all FindPosition, FindIndices
 // and FindLocation methods are consistents between them.
@@ -14,7 +14,7 @@ void testSectorFind(AliMpStationType station = kStation1,
     sector=r.BuildSector();
   }
   else  {
-    TString filePath = AliMpFiles::Instance()->SectorFilePath(station,plane);
+    TString filePath = AliMpFiles::SectorFilePath(station,plane);
     filePath.ReplaceAll("zones.dat", "sector.root"); 
 
     TFile f(filePath.Data(), "READ");