We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 396cbe4 commit 5817ed1Copy full SHA for 5817ed1
GPU/GPUTracking/Base/GPUReconstructionIncludesITS.h
@@ -42,13 +42,13 @@ class VertexerTraitsGPU : public VertexerTraits
42
{
43
};
44
template <int32_t NLayers = 7>
45
-class TrackerTraitsGPU : public TrackerTraits
+class TrackerTraitsGPU : public TrackerTraits<NLayers>
46
47
48
namespace gpu
49
50
51
-class TimeFrameGPU : public TimeFrame
+class TimeFrameGPU : public TimeFrame<NLayers>
52
53
54
} // namespace gpu
0 commit comments