]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONClusterInput.cxx
Public data members moved to private area, added setter/getters if needed. (I. Hrivna...
[u/mrichter/AliRoot.git] / MUON / AliMUONClusterInput.cxx
index 115b7fa81f5dbb745b2c48295a9cb8179298ff29..9f4f1951d9ff55876f939a4958049691639df024 100644 (file)
@@ -117,7 +117,7 @@ void  AliMUONClusterInput::SetCluster(AliMUONRawCluster* cluster)
        for (i=0; i<fNmul[cath]; i++) {
            // pointer to digit
            digit =(AliMUONDigit*)
-               (fDigits[cath]->UncheckedAt(cluster->fIndexMap[i][cath]));
+               (fDigits[cath]->UncheckedAt(cluster->GetIndex(i,cath)));
            // pad coordinates
            ix = digit->PadX();
            iy = digit->PadY();