Skip to content

Commit c1df8f3

Browse files
Change default value
1 parent 6a81e57 commit c1df8f3

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
@@ -2062,7 +2062,7 @@ struct derivedlambdakzeroanalysis {
20622062
return; // does not have mother particle in record, skip
20632063

20642064
auto v0mother = v0.motherMCPart();
2065-
float rapidityXi = 0.;
2065+
float rapidityXi = 999.;
20662066
if (std::abs(v0mother.pdgCode()) == PDG_t::kXiMinus)
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)

0 commit comments

Comments
 (0)