]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONChamber.cxx
Updated for changes in AliMUONSegmentation
[u/mrichter/AliRoot.git] / MUON / AliMUONChamber.cxx
index c3f94d440cc1222ee87ddd01db5c787010a9d28e..b79200510430fa94fb7d84120d0a03d2c99c1aae 100644 (file)
@@ -124,7 +124,7 @@ void AliMUONChamber::DisIntegration(AliMUONHit *hit,
     Float_t qcath = qtot * (i==1? fCurrentCorrel : 1/fCurrentCorrel);
     
     AliMUONGeometrySegmentation* segmentation=
-      fMUON->GetSegmentation()->GetModuleSegmentation(fId, i-1); 
+      fMUON->GetSegmentation()->GetModuleSegmentationByDEId(id, i-1); 
 
     for (segmentation->FirstPad(id, xhit, yhit, zhit, dx, dy); 
         segmentation->MorePads(id);