We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent caec788 commit e525118Copy full SHA for e525118
Common/Core/RecoDecay.h
@@ -699,6 +699,7 @@ struct RecoDecay {
699
int8_t sgn = 0; // 1 if the expected mother is particle, -1 if antiparticle (w.r.t. PDGMother)
700
int8_t nPiToMuLocal = 0; // number of pion prongs decayed to a muon
701
int8_t nKaToPiLocal = 0; // number of kaon prongs decayed to a pion
702
+ int8_t nInteractionsWithMaterial = 0; // number of interactions with material
703
int indexMother = -1; // index of the mother particle
704
std::vector<int> arrAllDaughtersIndex; // vector of indices of all daughters of the mother of the first provided daughter
705
std::array<int, N> arrDaughtersIndex; // array of indices of provided daughters
0 commit comments