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