Skip to content

Commit

Permalink
GPU: Clarify error message
Browse files Browse the repository at this point in the history
  • Loading branch information
davidrohr committed Sep 11, 2024
1 parent cc64785 commit 7e69929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GPU/GPUTracking/Global/GPUChainTracking.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ bool GPUChainTracking::ValidateSettings()
return false;
}
if (!(GetRecoStepsGPU() & GPUDataTypes::RecoStep::TPCCompression) || !(GetRecoStepsGPU() & GPUDataTypes::RecoStep::TPCClusterFinding) || param().rec.fwdTPCDigitsAsClusters) {
GPUError("Invalid reconstruction settings for double pipeline");
GPUError("Invalid reconstruction settings for double pipeline: Needs compression and cluster finding");
return false;
}
}
Expand Down

0 comments on commit 7e69929

Please sign in to comment.