Bugfix, taking into account neutrals in the B final state
In my original implementation I did not take into account that the B decay can have daughters that are neutral. This lead to a nullptr when calling track()
and a subsequent segfault.
In my original implementation I did not take into account that the B decay can have daughters that are neutral. This lead to a nullptr when calling track()
and a subsequent segfault.