====== Find available track types ====== The track types are defined in the header file for the ''LHCb::Track'' class. You find the relevant infomartion in the [[http://lhcb-release-area.web.cern.ch/LHCb-release-area/DOC/davinci/releases/latest/doxygen/d7/dc6/class_l_h_cb_1_1_track.html | Doxygen for DaVinci]]. Since the track type is of type enum, the first name corresponds to 0, the second to 1, and so on. ===== List of types ===== 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 |