File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments