V0 Finder
Mathematical desciption
Intersection of helices
C is the center of the circle.
P is the point of closest approach to the
beamline
O. The data fields of a PixelRecTrack are summarized in
Table 1.
Notation |
Realization, comment |
q |
charge() electric charge; positives are bent to the right, negatives to the left |
br |
transverseImpactParameterSignedByTrajCenter() signed radial distance, OP positive if the beamline is outside of the circle, negative otherwise |
bz |
zImpactParameter() z coordinate of P |
cotθ |
cotTheta() |
pT |
pT() |
φ |
phi() direction of the particle trajectory at P in the transverse plane |
Table 1: Data fields of a PixelRecTrack.
Radius of the circle, obtained from
pT
R =
pT / 0.003 B
Direction of the vector
CP
χ = φ + q π/2
Coordinates of
C
X = - (R+b
r) cos χ
Y = - (R+b
r) sin χ
Two circles
The direction of the vector
C1 C2 pointing from the center of the
first to the center of the second circle is ψ
0. Depending of the relative
placement of two circles they will have a pair of closest points or two
intersections.
The circles are disjoint (R
12 > R
1+R
2).
The direction of the closest points and the smallest distance is
ψ
1 = ψ
0
ψ
2 = ψ
0 + π
Δ r = R
12 - (R
1+R
2)
One circle contains the other (R
12 < |R
1 - R
2|)
The direction of the closest points and the smallest distance is
ψ
1 = ψ
2 =
ψ
0 if R
1 > R
2
ψ
0 + π otherwise
Δ r = |R
1 - R
2| - R
12
The cirles intersect (R
12 < R
1+R
2 and R
12 > |R
1 - R
2|)
The smallest distance Δ r = 0.
The direction of the intersection(s) is
γ =
arccos [(R
12 - R
22 + R
122) / (2 R
1 R
12)]
ψ
1,i = ψ
0 ± γ
ψ
2,i = atan2(Y
1+R
1 sin ψ
1,i - Y
2,
X
1+R
1 cos ψ
1,i - X
2)
Distance in _z
The azimuthal angle Δ ψ with respect to
P is
Δ ψ = ψ - χ +
k 2π
where
k is chosen such that -π < Δ ψ < π.
For a valid track
q Δ ψ < 0 must hold. Using the equation of the
helix
z = b
z - R q Δ ψ cotθ
The closest point of a circle
I is thus given by
I(X + R cos ψ, Y+R sin ψ, b
z - R q Δ ψ cot θ)
The distance of closest points or intersections in
z direction is given by
Δ z = |z
2 - z
1|
Neutral mother particle
The presumed production vertex r is the midpoint of line segment
I
1I
2. The momentum components of a particle at the presumed production
vertex can be obtained by
p
x = p
T q sinψ
p
y = -p
T q cosψ
p
z = p
T cotθ
A neutral mother particle can be formed if the two tracks have opposite
electric charge. The momentum vector and the distance of linear
trajectory of the neutral mother particle from the primary vertex is
p =
p1 +
p2
r = (
r1 +
r2)/2
b = |
r -
p (
p r )/p
2 |
Cuts
The resulting distances are summarized in Table 2. They
can be later used for cuts.
Notation |
Comment |
Δ r |
Smallest distance in the transverse plane |
Δ z |
Distance of closest points or intersections in z direction |
r |
Distance of the production vertex from the primary vertex |
b |
Distance of trajectory of the neutral mother particle from the primary vertex in three dimensions |
Table 2: Resulting distances.
Results
A ntuple with 1000 special events have been generated and simulated with OSCAR. Each event has the following primary particle composition:
- 1 π+ and 1 π-
- 1 KS0
- 1 Λ
- 10 γ
Every particle has p
T = 1 GeV /
c, the p
L is in the interval [-0.5,0.5] GeV /
c emitted isotropically.
For v0 finding the cuts are Δ r < 0.1 cm, Δ r < 0.1 cm, r > 0.4 cm and b < 0.1 cm.
Armenteros plot with the predictions for K
S0 (red) and Λ (blue). The
qT cut for removing photon conversions is indicated with the green line. The ellipses are broadened by factor 1/β in α because the particles are relatively slow.
Particles with two mass hypotheses (photons removed by
qT cut):
KS0 mass spectrum with
O (10 MeV /
c2) resolution:
Λ mass spectrum with
O (5 MeV /
c2) resolution:
Distribution of the distance of the production vertex from the primary vertex, for photon conversions and hadrons. It is clear that photons convert in the first pixel barrel layers while the hadrons show an exponential-like decay scheme.
Event gallery
Legend
- Primary vertex: green open circle.
- RecHits: red open boxes.
- PixelRecTracks: red lines connecting the RecHits.
- Trajectory of the neutral mother: thick black arrow.
- Daughter trajectories: blue helices.
K
S0 decay:
Λ decay:
Photon conversion:
Sources
The
V0Finder class (experimental)
--
FerencSikler - 05 Apr 2006