XTF track format


Each XTRP track is received in the XTrp Fanout (XTF) board as a single word packet. For each track the XTF board sends out a two word packet, the first word is for use by the Associative Memory, the second is for use by the Track Fitter.
The AM requires the layer field to be added, so some XTRP information is dropped, while to the TF we send the full XTRP data, after substituteing the 7-bit Pt bin number with a 7-bit curvature information.

The data for the AM goes trough a lookup table within the XTF board so that the SuperStrip (SS) corresponding to the XFT track can be assigned using the full Pt-phi information.
XTF outputs in the first word a 12-bit XTF-hit which is then mapped into SS by the AMS/HB, it is padded with zeroes as needed. Since the AMS drops the four least significant bits, the XTF-hit starts at bit 4.


Packet structure

24 23 22 21 20 19 18 17 16 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
HD DS 0 0 Layer=5 0 0 XTF-hit(12) 0 0 0 0
HD DS 0 1 XTRP data(21)

More explicitely:

24 23 22 21 20 19 18 17 16 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
HD DS 0 0 1 0 1 0 0 XTF-hit(12) 0 0 0 0
HD DS 0 1 eta iso sign curvature(6) phi angle(12)


Notes:


BACK to the SVT data words format page