From 269709f8a05e304276300a272a021d5913283426 Mon Sep 17 00:00:00 2001 From: masera Date: Thu, 10 Jun 2010 21:27:15 +0000 Subject: [PATCH] Change concerning the determination of the innermost layer in RefitAt (A. Dainese) --- ITS/AliITStrackerMI.cxx | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/ITS/AliITStrackerMI.cxx b/ITS/AliITStrackerMI.cxx index 801db4448d2..6af5a171e7f 100644 --- a/ITS/AliITStrackerMI.cxx +++ b/ITS/AliITStrackerMI.cxx @@ -2259,7 +2259,9 @@ Bool_t AliITStrackerMI::RefitAt(Double_t xx,AliITStrackMI *track, } // special for cosmics and TPC prolonged tracks: - // check which the innermost layer crossed by the track + // propagate to the innermost of: + // - innermost layer crossed by the track + // - innermost layer where a cluster was associated to the track static AliITSRecoParam *repa = NULL; if(!repa){ repa = (AliITSRecoParam*) AliITSReconstructor::GetRecoParam(); @@ -2275,8 +2277,10 @@ Bool_t AliITStrackerMI::RefitAt(Double_t xx,AliITStrackMI *track, innermostlayer=5; Double_t drphi = TMath::Abs(track->GetD(0.,0.)); for(innermostlayer=0; innermostlayer= 0 ) break; } + AliDebug(2,Form(" drphi %f innermost %d",drphi,innermostlayer)); } @@ -4827,3 +4831,4 @@ void AliITStrackerMI::UseTrackForPlaneEff(const AliITStrackMI* track, Int_t ilay } return; } + -- 2.43.0