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.
Please be advised that registry.cern.ch and registry-tn.cern.ch registries (Registry Service) will be unavailable next Tuesday, Feb 11th starting at 08:00h (Geneva time) for a short period of time. This may cause temporary disruptions to your workflows. Further info: OTG0154380
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.