]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ZDC/AliZDC.cxx
Fix for backward compatibility of TOF structures (needed for tenders)
[u/mrichter/AliRoot.git] / ZDC / AliZDC.cxx
index 186b2c6c05e68d6f4ab751134f92befc5397903c..0e069a1b448819ae7366a79d02046c12afccf267 100644 (file)
@@ -159,7 +159,7 @@ AliZDC& AliZDC::operator=(const AliZDC& ZDC)
     fIspASystem = ZDC.fIspASystem;
     fIsRELDISgen = ZDC.fIsRELDISgen;
     fOnlyZEM = ZDC.fOnlyZEM;
-    fFindMother = fFindMother;
+    fFindMother = ZDC.fFindMother;
   } return *this;
 }