Skip to content

Commit

Permalink
Please consider the following formatting changes (#326)
Browse files Browse the repository at this point in the history
  • Loading branch information
alibuild authored Aug 14, 2024
1 parent 49fda9c commit 565ba46
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions ALICE3/TableProducer/alice3-multicharm.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -368,8 +368,7 @@ struct alice3multicharm {
if (pi1c.globalIndex() >= pi2c.globalIndex())
continue; // avoid same-mother, avoid double-counting
if (xiCand.posTrackId() == pi2c.globalIndex() || xiCand.negTrackId() == pi2c.globalIndex() || xiCand.bachTrackId() == pi2c.globalIndex())
continue; // avoid using any track that was already used

continue; // avoid using any track that was already used

// if I am here, it means this is a triplet to be considered for XiC vertexing.
// will now attempt to build a three-body decay candidate with these three track rows.
Expand All @@ -391,7 +390,7 @@ struct alice3multicharm {
uint32_t nCombinationsCC = 0;
for (auto const& picc : tracksPiFromXiCCgrouped) {
if (xiCand.posTrackId() == picc.globalIndex() || xiCand.negTrackId() == picc.globalIndex() || xiCand.bachTrackId() == picc.globalIndex())
continue; // avoid using any track that was already used
continue; // avoid using any track that was already used

// to-do: check same mother here

Expand Down

0 comments on commit 565ba46

Please sign in to comment.