Skip to content

Commit bd671b3

Browse files
authored
Merge pull request #112 from alibuild/alibot-cleanup-9391
Please consider the following formatting changes to #9391
2 parents 2e8893a + b935b60 commit bd671b3

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Common/Core/RecoDecay.h

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -697,14 +697,14 @@ struct RecoDecay {
697697
int8_t* nInteractionsWithMaterial = nullptr)
698698
{
699699
// Printf("MC Rec: Expected mother PDG: %d", PDGMother);
700-
int8_t coefFlavourOscillation = 1; // 1 if no B0(s) flavour oscillation occured, -1 else
701-
int8_t sgn = 0; // 1 if the expected mother is particle, -1 if antiparticle (w.r.t. PDGMother)
702-
int8_t nPiToMuLocal = 0; // number of pion prongs decayed to a muon
703-
int8_t nKaToPiLocal = 0; // number of kaon prongs decayed to a pion
704-
int8_t nInteractionsWithMaterialLocal = 0; // number of interactions with material
705-
int indexMother = -1; // index of the mother particle
706-
std::vector<int> arrAllDaughtersIndex; // vector of indices of all daughters of the mother of the first provided daughter
707-
std::array<int, N> arrDaughtersIndex; // array of indices of provided daughters
700+
int8_t coefFlavourOscillation = 1; // 1 if no B0(s) flavour oscillation occured, -1 else
701+
int8_t sgn = 0; // 1 if the expected mother is particle, -1 if antiparticle (w.r.t. PDGMother)
702+
int8_t nPiToMuLocal = 0; // number of pion prongs decayed to a muon
703+
int8_t nKaToPiLocal = 0; // number of kaon prongs decayed to a pion
704+
int8_t nInteractionsWithMaterialLocal = 0; // number of interactions with material
705+
int indexMother = -1; // index of the mother particle
706+
std::vector<int> arrAllDaughtersIndex; // vector of indices of all daughters of the mother of the first provided daughter
707+
std::array<int, N> arrDaughtersIndex; // array of indices of provided daughters
708708
if (sign) {
709709
*sign = sgn;
710710
}

0 commit comments

Comments
 (0)