]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONSegFactory.cxx
Updated for renaming AliMpDEManager::GetDEName function to GetDESegName
[u/mrichter/AliRoot.git] / MUON / AliMUONSegFactory.cxx
index 8ed2e58091e0bb21fd5bfcc8b142b0ca472f39f9..633bc22d8921957a6487440e3206246e4fc9db10 100644 (file)
@@ -172,7 +172,7 @@ AliMUONSegFactory::CreateDESegmentation(Int_t detElemId, Int_t cath)
   // Get DE segmentation for this DE type, create it if it does not exist 
   // 
   AliMUONVGeometryDESegmentation* deSegmentation = 0;
-  TString deName = AliMpDEManager::GetDEName(detElemId, cath);
+  TString deName = AliMpDEManager::GetDESegName(detElemId, cath);
   TObject* objSegmentation = fDESegmentations.Get(deName);
   if ( objSegmentation ) 
     deSegmentation = (AliMUONVGeometryDESegmentation*)objSegmentation;