]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONPadStatusMapMaker.cxx
Small correction for shifts in SSD (M. Van Leeuwen)
[u/mrichter/AliRoot.git] / MUON / AliMUONPadStatusMapMaker.cxx
index 0d5904e6813ccf5608c7b97d47099a28f6ed3515..354394945c48e69d8ca8f18b6e9f7acd5e0c9644 100644 (file)
@@ -142,9 +142,9 @@ AliMUONPadStatusMapMaker::ComputeStatusMap(Int_t detElemId, Int_t manuId) const
       // Compute the statusmap related to the status of neighbouring
       // pads. An invalid pad means "outside of edges".
             
-      Int_t x = neighbours->ValueAsIntFast(manuChannel,i);      
+      Int_t y = neighbours->ValueAsIntFast(manuChannel,i);      
       Int_t m,c;
-      neighbours->UnpackValue(x,m,c);
+      neighbours->UnpackValue(y,m,c);
       if ( c < 0 ) continue;
       Int_t status = 0;
       if ( !m )