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: GPU/GPUTracking/Global/GPUChainTracking.h
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -66,6 +66,8 @@ struct GPUNewCalibValues;
66
66
structGPUTriggerOutputs;
67
67
structCfFragment;
68
68
classGPUTPCClusterFinder;
69
+
structGPUSettingsProcessing;
70
+
structGPUSettingsRec;
69
71
70
72
classGPUChainTracking : publicGPUChain
71
73
{
@@ -86,6 +88,7 @@ class GPUChainTracking : public GPUChain
86
88
voidClearErrorCodes(bool cpuOnly = false);
87
89
int32_tDoQueuedUpdates(int32_t stream, bool updateSlave = true); // Forces doing queue calib updates, don't call when you are not sure you are allowed to do so!
0 commit comments