Skip to content

Commit 3560147

Browse files
committed
Please consider the following formatting changes
1 parent dd6e27f commit 3560147

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)