]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ANALYSIS/AliEventPoolLoop.cxx
AliAnalysisTaskMuonTrackingEff: removal of warnings, passing the AliCheckDetElementRe...
[u/mrichter/AliRoot.git] / ANALYSIS / AliEventPoolLoop.cxx
index dd3dc78eb01e3b1e110cda5e16e3804ba5d2d7c6..453f22e95bd17ecc424f4c3813d00069616f9cdd 100644 (file)
@@ -64,7 +64,8 @@ AliEventPoolLoop::AliEventPoolLoop(const char* name, const char* title):
 AliEventPoolLoop::AliEventPoolLoop(const AliEventPoolLoop& obj):
     AliVEventPool(obj),
     fMaxIterations(obj.fMaxIterations),
-    fNIteration(obj.fNIteration)
+    fNIteration(obj.fNIteration),
+    fChainClone(0)
 {
     // Copy constructor
 }