]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
removing call TTree::SetCacheSize
authorjgrosseo <jgrosseo@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 10 Jan 2008 10:15:43 +0000 (10:15 +0000)
committerjgrosseo <jgrosseo@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 10 Jan 2008 10:15:43 +0000 (10:15 +0000)
PWG0/multiplicity/AliMultiplicityTask.cxx

index 74e5a75ba21cf73c2a5ddcdd04a482e3d45e7aed..3b2c5f1d334a760fab088854e5b41ac0f91c2bf0 100644 (file)
@@ -103,8 +103,6 @@ void AliMultiplicityTask::ConnectInputData(Option_t *)
       tree->SetBranchStatus("fTracks.fLabel", 1);
     }
 
-    tree->SetCacheSize(0);
-
     AliESDInputHandler *esdH = dynamic_cast<AliESDInputHandler*> (AliAnalysisManager::GetAnalysisManager()->GetInputEventHandler());
 
     if (!esdH) {