From 50dfc392224e44a44f39035d489fc70cc9f7ca49 Mon Sep 17 00:00:00 2001 From: agheata Date: Wed, 25 Aug 2010 12:20:35 +0000 Subject: [PATCH] Added TOBject::SetObjectStat(kFALSE); on workers. --- ANALYSIS/AliAnalysisSelector.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/ANALYSIS/AliAnalysisSelector.cxx b/ANALYSIS/AliAnalysisSelector.cxx index cce1ef21194..338a816bed6 100644 --- a/ANALYSIS/AliAnalysisSelector.cxx +++ b/ANALYSIS/AliAnalysisSelector.cxx @@ -107,6 +107,7 @@ void AliAnalysisSelector::Begin(TTree *) void AliAnalysisSelector::SlaveBegin(TTree *tree) { // Called on each worker. We "unpack" analysis manager here and call InitAnalysis. + TObject::SetObjectStat(kFALSE); RestoreAnalysisManager(); if (fAnalysis) { if (fAnalysis->GetDebugLevel()>1) { -- 2.43.0