Skip to content

Commit

Permalink
Please consider the following formatting changes (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
alibuild authored Dec 4, 2023
1 parent cd98899 commit c04d12a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PWGLF/TableProducer/cascademcbuilder.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ struct cascademcbuilder {
if (lV0Mother.has_mothers()) {
for (auto& lV0GrandMother : lV0Mother.mothers_as<aod::McParticles>()) {
pdgCodeMother = lV0GrandMother.pdgCode();
lMotherLabel = lV0GrandMother.globalIndex();
lMotherLabel = lV0GrandMother.globalIndex();
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion PWGLF/TableProducer/lambdakzeromcbuilder.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ struct lambdakzeromcbuilder {
if (lNegMother.has_mothers()) {
for (auto& lNegGrandMother : lNegMother.mothers_as<aod::McParticles>()) {
pdgCodeMother = lNegGrandMother.pdgCode();
lMotherLabel = lNegGrandMother.globalIndex();
lMotherLabel = lNegGrandMother.globalIndex();
}
}
}
Expand Down

0 comments on commit c04d12a

Please sign in to comment.