We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c44ace5 commit 49c8c8aCopy full SHA for 49c8c8a
GPU/GPUTracking/Base/GPUO2FakeClasses.h
@@ -107,6 +107,8 @@ class GPUTrackingRefitProcessor
107
};
108
struct GPUTPCCFChainContext {
109
110
+struct TPCPadGainCalib {
111
+};
112
#ifndef __OPENCL__
113
struct GPUParam;
114
class GPUTPCClusterStatistics
GPU/GPUTracking/Global/GPUChainTracking.cxx
@@ -2704,7 +2704,9 @@ void GPUChainTracking::ClearErrorCodes()
2704
2705
void GPUChainTracking::SetDefaultO2PropagatorForGPU()
2706
{
2707
+#ifdef HAVE_O2HEADERS
2708
o2::base::Propagator* prop = param().GetDefaultO2Propagator(true);
2709
prop->setMatLUT(processors()->calibObjects.matLUT);
2710
SetO2Propagator(prop);
2711
+#endif
2712
}
0 commit comments