Skip to content

Commit e525118

Browse files
committed
Add missing initialisation of variable
1 parent caec788 commit e525118

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Common/Core/RecoDecay.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -699,6 +699,7 @@ struct RecoDecay {
699699
int8_t sgn = 0; // 1 if the expected mother is particle, -1 if antiparticle (w.r.t. PDGMother)
700700
int8_t nPiToMuLocal = 0; // number of pion prongs decayed to a muon
701701
int8_t nKaToPiLocal = 0; // number of kaon prongs decayed to a pion
702+
int8_t nInteractionsWithMaterial = 0; // number of interactions with material
702703
int indexMother = -1; // index of the mother particle
703704
std::vector<int> arrAllDaughtersIndex; // vector of indices of all daughters of the mother of the first provided daughter
704705
std::array<int, N> arrDaughtersIndex; // array of indices of provided daughters

0 commit comments

Comments
 (0)