From ac1a9cf1f69054cb9a11455edff50b2e84d9c638 Mon Sep 17 00:00:00 2001 From: masera Date: Tue, 15 Dec 2009 15:52:16 +0000 Subject: [PATCH 1/1] Savannah bug 59091 (A. Dainese) --- ITS/MakeITSRecoParam_pp2009.C | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ITS/MakeITSRecoParam_pp2009.C b/ITS/MakeITSRecoParam_pp2009.C index 283bad001c6..dfdb0c5fbcf 100644 --- a/ITS/MakeITSRecoParam_pp2009.C +++ b/ITS/MakeITSRecoParam_pp2009.C @@ -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); -- 2.39.3