The track types are defined in the header file for the LHCb::Track
class.
You find the relevant infomartion in the Doxygen for DaVinci.
Since the track type is of type enum, the first name corresponds to 0, the second to 1, and so on.
At the time of this writing the following types are available:
0 | TypeUnknown |
1 | Velo |
2 | VeloR |
3 | Long |
4 | Upstream |
5 | Downstream |
6 | Ttrack |
7 | Muon |
8 | Calo |
9 | TT |