Some of the long tracks don't have TT hits. However, it may be useful to distinguish in an analysis long tracks with and without TT hits.
In your Combine Particles or wherever LoKi cuts can be applied, do:
MyAlgo.Preambulo += [ 'from LoKiTrigger.decorators import *' ] ... Code = '(TRCUT ( 2 < TrIDC ('isTT') )'
This will demand tracks with more than 2 TT hits.