From 565ba46d500c8a3d0e8bbf83914dd93439ac7043 Mon Sep 17 00:00:00 2001 From: ALICE Builder Date: Wed, 14 Aug 2024 16:31:00 +0200 Subject: [PATCH] Please consider the following formatting changes (#326) --- ALICE3/TableProducer/alice3-multicharm.cxx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ALICE3/TableProducer/alice3-multicharm.cxx b/ALICE3/TableProducer/alice3-multicharm.cxx index 605ce40e696..7e0365d5537 100644 --- a/ALICE3/TableProducer/alice3-multicharm.cxx +++ b/ALICE3/TableProducer/alice3-multicharm.cxx @@ -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. @@ -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