We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f019c7e commit fb53167Copy full SHA for fb53167
PWGLF/Tasks/Strangeness/hStrangeCorrelation.cxx
@@ -1984,8 +1984,7 @@ struct HStrangeCorrelation {
1984
if (std::abs(lamParticleMother.eta()) > etaSel) {
1985
continue;
1986
}
1987
- if (lamParticleMother.pdgCode() == PDG_t::kXiPlusBar)
1988
- {
+ if (lamParticleMother.pdgCode() == PDG_t::kXiPlusBar) {
1989
histos.fill(HIST("GeneratedWithPV/hAntiLambdaFromXiPlus"), gpt, geta);
1990
1991
if (lamParticleMother.pdgCode() == -o2::constants::physics::Pdg::kXi0) // Xi Zero Mother Matched
0 commit comments