def parent(self): """Accessor to the parent particle""" return apply_global_index(self.genPartIdxMotherG, self._events().GenPart)
def children(self): return apply_global_index(self.childrenIdxG, self._events().GenPart)
def distinctChildren(self): return apply_global_index(self.distinctChildrenIdxG, self._events().GenPart)
def subjets(self): return apply_global_index(self.subJetIdxG, self._events().SubJet)
def distinctParent(self): return apply_global_index(self.distinctParentIdxG, self._events().GenPart)
def matched_gen(self): return apply_global_index(self.genJetIdxG, self._events().GenJet)
def matched_muons(self): return apply_global_index(self.muonIdxG, self._events().Muon)
def matched_electrons(self): return apply_global_index(self.electronIdxG, self._events().Electron)
def matched_photon(self): return apply_global_index(self.photonIdxG, self._events().Photon)
def matched_jet(self): return apply_global_index(self.jetIdxG, self._events().Jet)