Skip to content

Commit

Permalink
Please consider the following formatting changes (#293)
Browse files Browse the repository at this point in the history
  • Loading branch information
alibuild authored May 5, 2024
1 parent 3cf9d0f commit d826c4f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions PWGLF/TableProducer/Strangeness/lambdakzeromcbuilder.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -158,11 +158,11 @@ struct lambdakzeromcbuilder {
thisInfo.isPhysicalPrimary, thisInfo.xyz[0], thisInfo.xyz[1], thisInfo.xyz[2],
thisInfo.posP[0], thisInfo.posP[1], thisInfo.posP[2],
thisInfo.negP[0], thisInfo.negP[1], thisInfo.negP[2]);
// n.b. placing the interlink index here allows for the writing of
// code that is agnostic with respect to the joinability of

// n.b. placing the interlink index here allows for the writing of
// code that is agnostic with respect to the joinability of
// V0Cores and V0MCCores (always dereference -> safe)
v0CoreMCLabels(v0.globalIndex()); // interlink index
v0CoreMCLabels(v0.globalIndex()); // interlink index
}
// ---] Asymmetric populate [---
// in this approach, V0Cores will NOT be joinable with V0MCCores.
Expand Down

0 comments on commit d826c4f

Please sign in to comment.