Skip to content

Commit 45e3549

Browse files
authored
Merge pull request #41 from alibuild/alibot-cleanup-8345
Please consider the following formatting changes to AliceO2Group#8345
2 parents c3db05f + c8e0775 commit 45e3549

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Common/Core/RecoDecay.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -690,8 +690,8 @@ struct RecoDecay {
690690
// Printf("MC Rec: Expected mother PDG: %d", PDGMother);
691691
int8_t coefFlavourOscillation = 1; // 1 if no B0(s) flavour oscillation occured, -1 else
692692
int8_t sgn = 0; // 1 if the expected mother is particle, -1 if antiparticle (w.r.t. PDGMother)
693-
int8_t nPiToMuLocal = 0; // number of pion prongs decayed to a muon
694-
int8_t nKaToPiLocal = 0; // number of kaon prongs decayed to a pion
693+
int8_t nPiToMuLocal = 0; // number of pion prongs decayed to a muon
694+
int8_t nKaToPiLocal = 0; // number of kaon prongs decayed to a pion
695695
int indexMother = -1; // index of the mother particle
696696
std::vector<int> arrAllDaughtersIndex; // vector of indices of all daughters of the mother of the first provided daughter
697697
std::array<int, N> arrDaughtersIndex; // array of indices of provided daughters

0 commit comments

Comments
 (0)