]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TPC/AliTPCclustererMI.cxx
Complete implementation of pools, see #88914. From rev. 53550,53557,53568 (Ruben)
[u/mrichter/AliRoot.git] / TPC / AliTPCclustererMI.cxx
index 84933b23d73aacd3c5c6858fddcc49f309138700..bdf28a5b225e92a4dbf84a0c465b8dd8c402557f 100644 (file)
@@ -274,7 +274,8 @@ void AliTPCclustererMI::SetOutput(TTree * tree)
   fOutput= tree;
   AliTPCClustersRow clrow("AliTPCclusterMI");
   AliTPCClustersRow *pclrow=&clrow;  
-  fOutput->Branch("Segment","AliTPCClustersRow",&pclrow,32000,200);    
+  fOutput->Branch("Segment","AliTPCClustersRow",&pclrow,32000/4);    
+  tree->SetAutoFlush(20);
 }