]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Trackleter parameters updated for pp (Ruben)
authormasera <masera@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 20 Apr 2011 15:20:15 +0000 (15:20 +0000)
committermasera <masera@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 20 Apr 2011 15:20:15 +0000 (15:20 +0000)
ITS/MakeITSRecoParam_2010.C

index bca049ef4f1f9d504900e777fdb15a601ebb848e..165bd99c84ecc09ec19436540565a2198f11e826 100644 (file)
@@ -87,8 +87,12 @@ void MakeITSRecoParam_2010(AliRecoParam::EventSpecie_t default=AliRecoParam::kLo
     itsRecoParam->SetMinContVtxPlaneEff(3);
     // itsRecoParam->SetOptTrackletsPlaneEff(kTRUE); // activate it for MC (very important) !
     // Removal of tracklets reconstructed in the SPD overlaps 
+    // 
     itsRecoParam->SetTrackleterRemoveClustersFromOverlaps(kTRUE);
-  
+    itsRecoParam->SetTrackleterPhiWindow(0.08);
+    itsRecoParam->SetTrackleterThetaWindow(0.025);
+    itsRecoParam->SetTrackleterScaleDThetaBySin2T(kTRUE);
+    //
     // V0 finder (A. Marin)
     itsRecoParam->GetESDV0Params()->SetMaxPidProbPionForb(0.9);