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
139
-
LOG(INFO) << "Initializing run paramerers from GRP bz=" << config.configEvent.solenoidBz << " cont=" << grp->isDetContinuousReadOut(o2::detectors::DetID::TPC);
config.configGRP.continuousMaxTimeBin = grp->isDetContinuousReadOut(o2::detectors::DetID::TPC) ? -1 : 0; // Number of timebins in timeframe if continuous, 0 otherwise
139
+
LOG(INFO) << "Initializing run paramerers from GRP bz=" << config.configGRP.solenoidBz << " cont=" << grp->isDetContinuousReadOut(o2::detectors::DetID::TPC);
140
140
} else {
141
141
throwstd::runtime_error("Failed to initialize run parameters from GRP");
Copy file name to clipboardExpand all lines: GPU/GPUTracking/Base/GPUParam.h
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ namespace GPUCA_NAMESPACE
35
35
namespacegpu
36
36
{
37
37
structGPUSettingsRec;
38
-
structGPUSettingsEvent;
38
+
structGPUSettingsGTP;
39
39
structGPURecoStepConfiguration;
40
40
41
41
structGPUParamSlice {
@@ -69,8 +69,8 @@ struct GPUParam : public internal::GPUParam_t<GPUSettingsRec, GPUSettingsParam>
69
69
70
70
#ifndef GPUCA_GPUCODE
71
71
voidSetDefaults(float solenoidBz);
72
-
voidSetDefaults(constGPUSettingsEvent* e, const GPUSettingsRec* r = nullptr, const GPUSettingsProcessing* p = nullptr, const GPURecoStepConfiguration* w = nullptr);
73
-
voidUpdateEventSettings(constGPUSettingsEvent* e, const GPUSettingsProcessing* p = nullptr);
72
+
voidSetDefaults(constGPUSettingsGRP* g, const GPUSettingsRec* r = nullptr, const GPUSettingsProcessing* p = nullptr, const GPURecoStepConfiguration* w = nullptr);
73
+
voidUpdateGRPSettings(constGPUSettingsGRP* g, const GPUSettingsProcessing* p = nullptr);
0 commit comments