From 16d3e46272d83459719a7993336c11414b45581c Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Mon, 20 Jan 2025 08:58:04 +0000 Subject: [PATCH] Please consider the following formatting changes --- Common/Core/RecoDecay.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Common/Core/RecoDecay.h b/Common/Core/RecoDecay.h index f4b889bb4f7..83dbd71cd72 100644 --- a/Common/Core/RecoDecay.h +++ b/Common/Core/RecoDecay.h @@ -695,14 +695,14 @@ struct RecoDecay { int8_t* nInteractionsWithMaterial = nullptr) { // Printf("MC Rec: Expected mother PDG: %d", PDGMother); - int8_t coefFlavourOscillation = 1; // 1 if no B0(s) flavour oscillation occured, -1 else - int8_t sgn = 0; // 1 if the expected mother is particle, -1 if antiparticle (w.r.t. PDGMother) - int8_t nPiToMuLocal = 0; // number of pion prongs decayed to a muon - int8_t nKaToPiLocal = 0; // number of kaon prongs decayed to a pion - int8_t nInteractionsWithMaterialLocal = 0; // number of interactions with material - int indexMother = -1; // index of the mother particle - std::vector arrAllDaughtersIndex; // vector of indices of all daughters of the mother of the first provided daughter - std::array arrDaughtersIndex; // array of indices of provided daughters + int8_t coefFlavourOscillation = 1; // 1 if no B0(s) flavour oscillation occured, -1 else + int8_t sgn = 0; // 1 if the expected mother is particle, -1 if antiparticle (w.r.t. PDGMother) + int8_t nPiToMuLocal = 0; // number of pion prongs decayed to a muon + int8_t nKaToPiLocal = 0; // number of kaon prongs decayed to a pion + int8_t nInteractionsWithMaterialLocal = 0; // number of interactions with material + int indexMother = -1; // index of the mother particle + std::vector arrAllDaughtersIndex; // vector of indices of all daughters of the mother of the first provided daughter + std::array arrDaughtersIndex; // array of indices of provided daughters if (sign) { *sign = sgn; }