Fix crash for inclusive B events due to null pointer
While updating GenCounters for inclusive B events Gauss crashes as it does not have signal vertex attribute and gets null pointer. This MR adds explicit check that we have valid pointer.
While updating GenCounters for inclusive B events Gauss crashes as it does not have signal vertex attribute and gets null pointer. This MR adds explicit check that we have valid pointer.