You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Detectors/TPC/calibration/include/TPCCalibration/TrackDump.h
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -77,8 +77,8 @@ class TrackDump
77
77
floatgyc(float vertexTime = 0) const;
78
78
floatzc(float vertexTime = 0) const;
79
79
80
-
inlinestaticstd::vector<char> corrMapBuffer;// buffer for owning the correction map in case of update during runtime
81
-
inlinestaticconst o2::gpu::TPCFastTransformPOD* corrMap{nullptr}; // local copy of the correction map for quick access to the transform functions
80
+
inlinestatico2::gpu::aligned_unique_buffer_ptr<o2::gpu::TPCFastTransformPOD> corrMapBuffer; // buffer for owning the correction map in case of update during runtime
81
+
inlinestaticconst o2::gpu::TPCFastTransformPOD* corrMap{nullptr}; // local copy of the correction map for quick access to the transform functions
0 commit comments