Detector of particle tracking
A detector The ATCS simulation detector has 6 volumes (7, 8, 9, 12, 13, 14, 16, 17, 18). Each volume has 7 layers, and each layer has 2 sublayers. We used the sublayer second of each layer to select hits of the volume.
Example of a particle track within a detector
Assuming the track is a set of hits, we supposed a track is a straight line created by some segments. A segment is a line/vector connecting two hits from two layers.
The figure below shows an example of a track with 4 hits on 4 layers:

Information:
- 4 layers: (p1, p2, p3, p4)
- Track t = (hi, hj, hk, hl)
- Coordinate: (xi, yi) -> hi
- 3 segments:
- hi -> hj : (hi, hj)
- hj -> hk : (hj, hk)
- hk -> hl : (hk, hl)
Remarks
- A good track is close to a straight line -> the angle (β) is created by two segments that should be small (β -> 0).
- A good segment of a good track when the angle (δ) is small. If δ is a large angle, then the direction of this segment will be going out of layers (out of the volume).