File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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) {
You can’t perform that action at this time.
0 commit comments