]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONPainterHelper.cxx
Replacement of AliMpIntPair object with algoritmic
[u/mrichter/AliRoot.git] / MUON / AliMUONPainterHelper.cxx
index 89edf7918f76a14fe882fcb2664c20c572d2e204..7002ef5ae04e3d1fd7c2d93c67035ce7c5021f37 100644 (file)
@@ -321,8 +321,8 @@ AliMUONPainterHelper::GeneratePadStore(Int_t detElemId)
       Double_t x,y,z;
       Local2Global(detElemId,localPosition.X(),localPosition.Y(),0,
                    x,y,z);
-      Int_t manuId = pad.GetLocation().GetFirst();
-      Int_t manuChannel = pad.GetLocation().GetSecond();
+      Int_t manuId = pad.GetManuId();
+      Int_t manuChannel = pad.GetManuChannel();
       AliMUONVCalibParam* param = fPadStore->Get(detElemId,manuId);
       param->SetValueAsDouble(manuChannel,0,x);
       param->SetValueAsDouble(manuChannel,1,y);