- // moved to Notify
-// // adds current file
-// fMixIntupHandlerInfoTmp->AddTreeToChain(tree->GetTree());
-// Int_t lastIndex = fMixIntupHandlerInfoTmp->GetChain()->GetListOfFiles()->GetEntries();
-// TChainElement *che = (TChainElement *)fMixIntupHandlerInfoTmp->GetChain()->GetListOfFiles()->At(lastIndex - 1);
-// AliMixInputHandlerInfo *mixIHI = 0;
-// for(Int_t i = 0; i < fInputHandlers.GetEntries(); i++) {
-// AliDebug(AliLog::kDebug+5, Form("fInputHandlers[%d]", i));
-// mixIHI = new AliMixInputHandlerInfo(fMixIntupHandlerInfoTmp->GetName(), fMixIntupHandlerInfoTmp->GetTitle());
-// mixIHI->PrepareEntry(che, -1, InputEventHandler(i),fAnalysisType);
-// AliDebug(AliLog::kDebug+5, Form("chain[%d]->GetEntries() = %lld", i, mixIHI->GetChain()->GetEntries()));
-// fMixTrees.Add(mixIHI);
-// }
-// AliDebug(AliLog::kDebug+5, Form("fEntryCounter=%lld", fEntryCounter));
-// if(fEventPool && fEventPool->NeedInit())
-// fEventPool->Init();