Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Common/Core/RecoDecay.h
Original file line number Diff line number Diff line change
Expand Up @@ -690,8 +690,8 @@ struct RecoDecay {
// 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 nPiToMuLocal = 0; // number of pion prongs decayed to a muon
int8_t nKaToPiLocal = 0; // number of kaon prongs decayed to a pion
int indexMother = -1; // index of the mother particle
std::vector<int> arrAllDaughtersIndex; // vector of indices of all daughters of the mother of the first provided daughter
std::array<int, N> arrDaughtersIndex; // array of indices of provided daughters
Expand Down
Loading