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
config.configEvent.continuousMaxTimeBin = grp->isDetContinuousReadOut(o2::detectors::DetID::TPC) ? -1 : 0; // Number of timebins in timeframe if continuous, 0 otherwise
Copy file name to clipboardExpand all lines: GPU/GPUTracking/Base/GPUParam.h
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,14 @@
21
21
#include"GPUTPCGeometry.h"
22
22
#include"GPUTPCGMPolynomialField.h"
23
23
24
+
namespaceo2
25
+
{
26
+
namespacebase
27
+
{
28
+
classPropagator;
29
+
} // namespace base
30
+
} // namespace o2
31
+
24
32
namespaceGPUCA_NAMESPACE
25
33
{
26
34
namespacegpu
@@ -63,6 +71,7 @@ struct GPUParam : public internal::GPUParam_t<GPUSettingsRec, GPUSettingsParam>
63
71
voidSetDefaults(const GPUSettingsEvent* e, const GPUSettingsRec* r = nullptr, const GPUSettingsProcessing* p = nullptr, const GPURecoStepConfiguration* w = nullptr);
64
72
voidUpdateEventSettings(const GPUSettingsEvent* e, const GPUSettingsProcessing* p = nullptr);
0 commit comments