DUNE / protoduneana

Apache License 2.0
0 stars 17 forks source link

Mismatch in reco_daughter_allTrack vector sizes #6

Closed lhwhitehead closed 2 years ago

lhwhitehead commented 2 years ago

I was having a segfault caused by an out of range vector index, which turns out to be caused by a difference in the length of the reco_daughter_allTrack_startDirX/Y/Z vectors compared to reco_daughter_allTrack_momByRange_proton, for example.

Jake narrowed this down missing default values in the analyser module.

calcuttj commented 2 years ago

Fixed in recent commit