]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/MakeITSRecoParam_pp2009.C
load AddTaskEmcalJet.C
[u/mrichter/AliRoot.git] / ITS / MakeITSRecoParam_pp2009.C
index 283bad001c6c078d632a5118ff44b5f188ec27d8..9f6160afe5f2181152f8732d00c6a3afe4acd6d9 100644 (file)
@@ -67,8 +67,9 @@ void MakeITSRecoParam_pp2009(AliRecoParam::EventSpecie_t default=AliRecoParam::k
     itsRecoParam->SetSAUseAllClusters();
     itsRecoParam->SetOuterStartLayerSA(2);
 
-    // to maximize efficiency
-    itsRecoParam->SetAllowProlongationWithEmptyRoad(kFALSE);
+    // to maximize efficiency (change to kTRUE on 15.12.2009)
+    //itsRecoParam->SetAllowProlongationWithEmptyRoad(kFALSE);
+    itsRecoParam->SetAllowProlongationWithEmptyRoad(kTRUE);
     
     // larger seach windows for SA (in case of large misalignments)
     itsRecoParam->SetFactorSAWindowSizes(2);
@@ -97,6 +98,8 @@ void MakeITSRecoParam_pp2009(AliRecoParam::EventSpecie_t default=AliRecoParam::k
     itsRecoParam->SetUpdateOncePerEventPlaneEff(kTRUE);
     itsRecoParam->SetMinContVtxPlaneEff(3);
     // itsRecoParam->SetOptTrackletsPlaneEff(kTRUE); // activate it for MC (very important) !
+    // Removal of tracklets reconstructed in the SPD overlaps 
+    itsRecoParam->SetTrackleterRemoveClustersFromOverlaps(kTRUE);
   
     //******************************************************************