]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Added TOBject::SetObjectStat(kFALSE); on workers.
authoragheata <agheata@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 25 Aug 2010 12:20:35 +0000 (12:20 +0000)
committeragheata <agheata@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 25 Aug 2010 12:20:35 +0000 (12:20 +0000)
ANALYSIS/AliAnalysisSelector.cxx

index cce1ef211940c70fafd65b0f9ec507a698708ac8..338a816bed6ca8d06b4316b2cfa38a0891397be0 100644 (file)
@@ -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) {