Skip to content

Commit 2b3c8b0

Browse files
committed
GPU: Don't override reconstruction steps when --recoSteps flag was set in standalone mode.
1 parent 9ca7f3a commit 2b3c8b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

GPU/GPUTracking/Global/GPUChainTracking.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1016,7 +1016,7 @@ void GPUChainTracking::ApplySyncSettings(GPUSettingsProcessing& proc, GPUSetting
10161016
if (proc.rtc.optSpecialCode == -1) {
10171017
proc.rtc.optSpecialCode = syncMode;
10181018
}
1019-
if (dEdxMode != -2) {
1019+
if (dEdxMode != -2 || GPUSettingsStandalone().recoSteps > -1) {
10201020
steps.setBits(gpudatatypes::RecoStep::TPCdEdx, dEdxMode == -1 ? !syncMode : (dEdxMode > 0));
10211021
}
10221022
}

0 commit comments

Comments
 (0)