Skip to content

Commit 47ce517

Browse files
wiechuladavidrohr
authored andcommitted
GPU: remove unnecessary check
1 parent 8e0c5cf commit 47ce517

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

GPU/GPUTracking/Global/GPUChainTracking.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -298,8 +298,8 @@ bool GPUChainTracking::ValidateSettings()
298298
GPUError("Invalid tpcCompressionGatherMode for compression on CPU");
299299
return false;
300300
}
301-
if (GetProcessingSettings().tpcApplyClusterFilterOnCPU > 0 && (GetRecoStepsGPU() & GPUDataTypes::RecoStep::TPCClusterFinding || GetProcessingSettings().delayedOutput || GetProcessingSettings().runMC)) {
302-
GPUError("tpcApplyClusterFilterOnCPU cannot be used with GPU clusterization or with delayedOutput for GPU or with MC labels");
301+
if (GetProcessingSettings().tpcApplyClusterFilterOnCPU > 0 && (GetRecoStepsGPU() & GPUDataTypes::RecoStep::TPCClusterFinding || GetProcessingSettings().runMC)) {
302+
GPUError("tpcApplyClusterFilterOnCPU cannot be used with GPU clusterization or with MC labels");
303303
return false;
304304
}
305305
if (GetRecoSteps() & RecoStep::TRDTracking) {

0 commit comments

Comments
 (0)