]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - test/PbPbbench/rec.C
Fix for report #69877: High memory consumption for simulation of HIJING central PbPb...
[u/mrichter/AliRoot.git] / test / PbPbbench / rec.C
index a3064a323c407baebc3d2ab4bf347c6894176a10..b5e234cca8d180919847c46896420c20b0549f8a 100644 (file)
@@ -19,6 +19,12 @@ void rec() {
     reco.SetQAWriteExpert(det) ; 
   }
 
+  // High multiplicity settings
+  Double_t cuts[]={33, 0.1, 0.1, 0.05, 0.99, 0.9, 100}; 
+  AliV0vertexer::SetDefaultCuts(cuts); 
+  Double_t cts[]={33., 0.05, 0.008, 0.035, 0.1, 0.9985, 0.9,100}; 
+  AliCascadeVertexer::SetDefaultCuts(cts); 
+
   TStopwatch timer;
   timer.Start();
   reco.Run();