We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f78cf3 commit e302f1fCopy full SHA for e302f1f
1 file changed
Detectors/ITSMFT/ITS/tracking/GPU/cuda/TrackerTraitsGPU.cxx
@@ -23,6 +23,13 @@ namespace o2::its
23
{
24
constexpr int UnusedIndex{-1};
25
26
+template <int nLayers>
27
+void TrackerTraitsGPU<nLayers>::adoptTimeFrame(TimeFrame* tf)
28
+{
29
+ mTimeFrameGPU = static_cast<gpu::TimeFrameGPU<nLayers>*>(tf);
30
+ mTimeFrame = static_cast<TimeFrame*>(tf);
31
+}
32
+
33
template <int nLayers>
34
void TrackerTraitsGPU<nLayers>::initialiseTimeFrame(const int iteration)
35
0 commit comments