Skip to content

Commit 4509764

Browse files
authored
Merge pull request #74 from alibuild/alibot-cleanup-12819
Please consider the following formatting changes to #12819
2 parents 73f6f87 + 3f6f260 commit 4509764

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

PWGCF/Flow/Tasks/flowSP.cxx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1497,9 +1497,9 @@ struct FlowSP {
14971497

14981498
fillMCPtHistos<kBefore, kReco>(track, mcParticle.pdgCode(), centrality);
14991499

1500-
if (!mcParticle.isPhysicalPrimary())
1501-
continue;
1502-
1500+
if (!mcParticle.isPhysicalPrimary())
1501+
continue;
1502+
15031503
bool pos = (track.sign() > 0) ? true : false;
15041504

15051505
fillPrimaryHistos<kBefore>(mcParticle, centrality);

0 commit comments

Comments
 (0)