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/Align/Workflow/src/BarrelAlignmentSpec.cxx
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -118,7 +118,7 @@ class BarrelAlignmentSpec : public Task
118
118
119
119
o2::tpc::VDriftHelper mTPCVDriftHelper{};
120
120
121
-
std::vector<char> mCorrMapBuffer; // buffer to hold the raw map data from CCDB, needed to keep the pointer valid in the CorrectionMapsHelper
121
+
o2::gpu::aligned_unique_buffer_ptr<o2::gpu::TPCFastTransformPOD> mCorrMapBuffer; // buffer to hold the raw map data from CCDB, needed to keep the pointer valid in the CorrectionMapsHelper
Copy file name to clipboardExpand all lines: Detectors/TPC/calibration/include/TPCCalibration/TrackDump.h
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -77,7 +77,7 @@ 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
80
+
inlinestatico2::gpu::aligned_unique_buffer_ptr<o2::gpu::TPCFastTransformPOD> corrMapBuffer; // buffer for owning the correction map in case of update during runtime
81
81
inlinestaticconst o2::gpu::TPCFastTransformPOD* corrMap{nullptr}; // local copy of the correction map for quick access to the transform functions
0 commit comments