]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Fix for report #69877: High memory consumption for simulation of HIJING central PbPb...
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 15 Jul 2010 15:25:44 +0000 (15:25 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 15 Jul 2010 15:25:44 +0000 (15:25 +0000)
test/PbPbbench/rec.C
test/PbPbbench/recraw/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();
index ab2cd9acacce1203578f33362b8e6a9c81802b57..426907d29a1d7f31377268ee16a93b06b6dbcba1 100644 (file)
@@ -25,6 +25,12 @@ void rec() {
 
   reco.SetNumberOfEventsPerFile(-1); // all events in one single file
 
+  // 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();