Skip to content

Commit 6a81e57

Browse files
authored
Please consider the following formatting changes to #15202 (#15203)
1 parent 0289348 commit 6a81e57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGLF/Tasks/Strangeness/derivedlambdakzeroanalysis.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2067,7 +2067,7 @@ struct derivedlambdakzeroanalysis {
20672067
rapidity = RecoDecay::y(std::array{v0mother.px(), v0mother.py(), v0mother.pz()}, o2::constants::physics::MassXiMinus);
20682068
if (std::abs(v0mother.pdgCode()) == o2::constants::physics::Pdg::kXi0)
20692069
rapidity = RecoDecay::y(std::array{v0mother.px(), v0mother.py(), v0mother.pz()}, o2::constants::physics::MassXi0);
2070-
2070+
20712071
if (std::fabs(rapidityXi) > 0.5f)
20722072
return; // not a valid mother rapidity (PDG selection is later)
20732073

0 commit comments

Comments
 (0)