]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONDigitStoreV1.cxx
cosmetics
[u/mrichter/AliRoot.git] / MUON / AliMUONDigitStoreV1.cxx
index 7db3f3bd03a2ba3d4ab301778e4558c59a722925..8331a3ba5245632f225210305ef5f0618f7db12a 100644 (file)
@@ -56,6 +56,15 @@ namespace
   }
 }
 
+//_____________________________________________________________________________
+AliMUONDigitStoreV1::AliMUONDigitStoreV1(TRootIOCtor* /*dummy*/)
+: AliMUONVDigitStore(), 
+fDigits(0x0),
+fChamberDigits(0x0)
+{
+  /// ctor
+}
+
 //_____________________________________________________________________________
 AliMUONDigitStoreV1::AliMUONDigitStoreV1()
 : AliMUONVDigitStore(), 
@@ -215,8 +224,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)