A simTrack is reconstructible if it has at least 3 hits in different pixel layers.
A recTrack is associated to a simTrack if more than 50% of its recHits, but at least 3, are shared with the simTrack. (A recTrack can be associated to zero or one simTrack.)
A simTrack is reconstructedn times if there are n recTracks which are associated to it.
A recTrack is a fake if it has no associated simTrack.
Acceptance: fraction of simTracks which are reconstructible.
Efficiency: fraction of reconstructible simTracks which are at least once reconstructed.
Multiple counting: fraction of reconstructible simTracks which are more than once reconstructed.
Reconstruction rate: average number of reconstruction <n> for reconstructible simTracks.
Fake rate: fraction of recTracks which are fake.
Depends on
kinematics
particle
multiplicity
Acceptance
Efficiency
Multiple counting
?
Fake rate
Applied to V0s
A V0 is reconstructible if its daughters have at least 3 pixel hits separately
Acceptance: fraction of V0s which are reconstructible
Efficiency: fraction of reconstructible V0s which are reconstructed
Corrections
Event related
Track related For a given η bin dNrec(pT) = momTrans(pT, pT') * recRate(pT') * acc(pT') * dNsim(pT') + fakeRate(pT, Nsim) * dNsim(pT) dNsim(pT') = acc-1(pT') * recRate-1(pT') * momTrans-1(pT', pT) * [dNrec(pT)/(1 - fakeRate(pT, Nrec))]
Track cleaning and merging
Pixel tracks (RecoPixelVertexing/PixelLowPtUtilities/.../LowPtPixelTrackCleanerBySharedHits) Two tracks are considered if they have more than min(foundHits1,foundHits2)/2 recHits shared and their separate recHits do not share a detUnit.
If their impact parameter d0 is closer than 0.1 cm, then they are merged: separate hits of the second are given to the first one, the second track is removed.
Otherwise remove the track with higher impact.
Global tracks (TrackingTools/TrajectoryCleaning/.../TrajectoryCleanerMerger.cc) Two trajectories are considered if they have more than min(foundHits1,foundHits2)/2 shared.
If their seed is the same, then they are merged: separate hits of the second are given to the first one, the second track is removed.
Otherwise both tracks are kept.
V0 reconstruction
Impact: distance of the straight propagation line of the mother particle from the found primary vertex. If there are multiple vertices found, choose the smallest distance. If there are no vertices found, it is the distance of the straight propagation line from the beam line.