Skip to content

Commit 642bbe1

Browse files
committed
no brackets
1 parent 129c2a6 commit 642bbe1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

PWGLF/Tasks/Strangeness/phiStrangeCorrelation.cxx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -744,9 +744,8 @@ struct PhiStrangenessCorrelation {
744744

745745
switch (std::abs(mcParticle.pdgCode())) {
746746
case o2::constants::physics::Pdg::kPhi:
747-
if (selectionType == 0 && mcParticle.pt() >= phiConfigs.minPhiPt) {
747+
if (selectionType == 0 && mcParticle.pt() >= phiConfigs.minPhiPt)
748748
fillGenHistos(HIST("phi/h3PhiMCGen"), HIST("phi/h4PhiMCGenAssocReco"), mcParticle);
749-
}
750749
break;
751750
case PDG_t::kK0Short:
752751
if (mcParticle.isPhysicalPrimary() && mcParticle.pt() >= v0Configs.v0SettingMinPt)

0 commit comments

Comments
 (0)