]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONDigitStoreV1.cxx
Be sure to load mapping when needed
[u/mrichter/AliRoot.git] / MUON / AliMUONDigitStoreV1.cxx
index 7db3f3bd03a2ba3d4ab301778e4558c59a722925..6c54941c471b46d0605c4df5beac1779df283a26 100644 (file)
@@ -215,8 +215,6 @@ AliMUONDigitStoreV1::ChamberDigitsPtr(Int_t chamberId) const
 {
   /// Get the address of the TClonesArray storing digits for chamberId.
 
-  return fDigits->GetObjectRef(fDigits->UncheckedAt(chamberId));
-
   TObject* object = fDigits->At(chamberId);
 
   if (!object)