17 #include "AliHLTTPCCATrackletVector.h"
19 AliHLTTPCCATrackletVector::AliHLTTPCCATrackletVector()
20 : fNHits( Vc::Zero ), fFirstRow( Vc::Zero ), fLastRow( Vc::Zero )
22 const ushort_v x = std::numeric_limits<ushort_v>::max();
23 for (
int i = 0; i < fRowHits.Size(); ++i ) {