]> git.uio.no Git - u/mrichter/AliRoot.git/commit - TPC/AliTPCRecoParam.h
Gap between paderow used for seeding as parameter in AliTPCRecoParam
authormarian <marian@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 15 Jun 2010 17:35:57 +0000 (17:35 +0000)
committermarian <marian@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 15 Jun 2010 17:35:57 +0000 (17:35 +0000)
commit6d1424d5bb39f5c10caa2e3d678b22e4d44859e7
treea79b0006fcdc3cb3cf4afdfa5d80ae49eb970cd3
parent96eb8210d75240c1e4083236bcbef7b46f8af0d5
Gap between paderow used for seeding as parameter in AliTPCRecoParam

(Marian)

Some theoretical consideration:

The track seeding efficiency depends on the cluster finder efficiency - ceff.
ceff is dEdx dependent, in mean is about 0.8 for MIP is about 0.75
The probability to find a seed=
pseed = ceff^3
Probability to find a track in nseedings
ptrack = (1-(1-pseed)^nseeding)

nseedin = npadrows/gap.
Until now we were seeding in outer sectors with gap 6 and 10 pad-rows (r dependent).

For tracks crossing the full TPC the track finding efficiency is
( you can draw it using TF1 f1("f1","(1-(1-0.75**3)**((160.-64.)/x))",1,10))
99.5% once the gap 10 pad rows is used.

For short tracks = kink decays e.g 30 cm from the end of TPC it is about 65% for gap 10 pad-rows, 85% for 5 gap 5 and 95% for gap 3 pad-rows.
(see function
TF1 f1("f1","(1-(1-0.75**3)**((20.)/x))",1,10))
TPC/AliTPCRecoParam.cxx
TPC/AliTPCRecoParam.h
TPC/AliTPCtrackerMI.cxx