Skip to content

Commit dc1daa8

Browse files
authored
Merge pull request #8 from alibuild/alibot-cleanup-15810
Please consider the following formatting changes to #15810
2 parents dd6e27f + 3560147 commit dc1daa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGCF/Flow/Tasks/pidFlowPtCorr.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -890,7 +890,7 @@ struct PidFlowPtCorr {
890890
const float ptMax = pidPtRangeOpts.cfgPtMax4TOFPiKa.value;
891891

892892
if (pt > ptMin && pt < ptMax) {
893-
893+
894894
isPionBool = std::hypot(tpcNsigma, tofNsigma) < circleCutOpts.cfgCircleCutSigmaPi.value;
895895
} else {
896896
// Fallback: TPC only cut

0 commit comments

Comments
 (0)