Skip to content

Commit fb53167

Browse files
authored
Update hStrangeCorrelation.cxx
1 parent f019c7e commit fb53167

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

PWGLF/Tasks/Strangeness/hStrangeCorrelation.cxx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1984,8 +1984,7 @@ struct HStrangeCorrelation {
19841984
if (std::abs(lamParticleMother.eta()) > etaSel) {
19851985
continue;
19861986
}
1987-
if (lamParticleMother.pdgCode() == PDG_t::kXiPlusBar)
1988-
{
1987+
if (lamParticleMother.pdgCode() == PDG_t::kXiPlusBar) {
19891988
histos.fill(HIST("GeneratedWithPV/hAntiLambdaFromXiPlus"), gpt, geta);
19901989
}
19911990
if (lamParticleMother.pdgCode() == -o2::constants::physics::Pdg::kXi0) // Xi Zero Mother Matched

0 commit comments

Comments
 (0)