Skip to content

Commit 948620f

Browse files
committed
Fix hybrid vertexer printouts
1 parent 07a2041 commit 948620f

File tree

4 files changed

+26
-235
lines changed

4 files changed

+26
-235
lines changed

Detectors/ITSMFT/ITS/tracking/GPU/ITStrackingGPU/TrackingKernels.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ GPUg() void fitTrackSeedsKernel(
5050
#endif
5151
} // namespace gpu
5252

53+
template <int nLayers = 7>
54+
void computeTrackletsInRofsHandler(const int startROF,
55+
const int endROF);
56+
5357
void countCellsHandler(const Cluster** sortedClusters,
5458
const Cluster** unsortedClusters,
5559
const TrackingFrameInfo** tfInfo,

0 commit comments

Comments
 (0)