]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
increasing mixed event buffer
authorjgrosseo <jgrosseo@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 4 Oct 2011 11:57:37 +0000 (11:57 +0000)
committerjgrosseo <jgrosseo@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 4 Oct 2011 11:57:37 +0000 (11:57 +0000)
PWG4/JetTasks/AliAnalysisTaskPhiCorrelations.cxx

index b1de138918a09702427923259e990aaa5dc2e0a7..313e91a1dc785d0008dddfb10684beb14095c480 100644 (file)
@@ -216,8 +216,8 @@ void  AliAnalysisTaskPhiCorrelations::CreateOutputObjects()
 
   // event mixing
   //  Int_t trackDepth = 100; // Require e.g. 20 5-track events, or 2 50-track events
-  Int_t trackDepth = 5000; 
-  Int_t poolsize   = 100;  // Maximum number of events
+  Int_t trackDepth = 50000
+  Int_t poolsize   = 1000;  // Maximum number of events
   
   Int_t nCentralityBins  = fHistos->GetUEHist(2)->GetEventHist()->GetNBins(1);
   Double_t* centralityBins = (Double_t*) fHistos->GetUEHist(2)->GetEventHist()->GetAxis(1, 0)->GetXbins()->GetArray();