]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - test/PbPbbench/recraw/rec.C
Root6-enabled version
[u/mrichter/AliRoot.git] / test / PbPbbench / recraw / rec.C
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();