Skip to content

Commit 1a6d390

Browse files
authored
Add files via upload
1 parent 769b639 commit 1a6d390

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

PWGLF/Tasks/Strangeness/hStrangeCorrelation.cxx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2803,11 +2803,11 @@ struct HStrangeCorrelation {
28032803
continue;
28042804
static_for<0, 7>([&](auto i) {
28052805
constexpr int Index = i.value;
2806-
if (i == IndexPion && mcParticle.pdgCode() > Neutral)
2806+
if (i == IndexPion && mcParticle.pdgCode() > Neutral) {
28072807
histos.fill(HIST("Generated/hPositive") + HIST(Particlenames[Index]), mcParticle.pt(), mcParticle.eta(), 1);
2808-
else if (i == IndexPion && mcParticle.pdgCode() < Neutral)
2808+
} else if (i == IndexPion && mcParticle.pdgCode() < Neutral) {
28092809
histos.fill(HIST("Generated/hNegative") + HIST(Particlenames[Index]), mcParticle.pt(), mcParticle.eta(), 1);
2810-
else if (mcParticle.pdgCode() == PdgCodes[i]) {
2810+
} else if (mcParticle.pdgCode() == PdgCodes[i]) {
28112811
if (efficiencyFlags.applyEffAsFunctionOfMultAndPhi) {
28122812
histos.fill(HIST("Generated/h") + HIST(Particlenames[Index]), mcParticle.pt(), mcParticle.eta(), mcParticle.phi(), 1);
28132813
} else {

0 commit comments

Comments
 (0)