Exemplo n.º 1
0
 def parent(self):
     """Accessor to the parent particle"""
     return apply_global_index(self.genPartIdxMotherG, self._events().GenPart)
Exemplo n.º 2
0
 def children(self):
     return apply_global_index(self.childrenIdxG, self._events().GenPart)
Exemplo n.º 3
0
 def distinctChildren(self):
     return apply_global_index(self.distinctChildrenIdxG, self._events().GenPart)
Exemplo n.º 4
0
 def subjets(self):
     return apply_global_index(self.subJetIdxG, self._events().SubJet)
Exemplo n.º 5
0
 def distinctParent(self):
     return apply_global_index(self.distinctParentIdxG, self._events().GenPart)
Exemplo n.º 6
0
 def matched_gen(self):
     return apply_global_index(self.genJetIdxG, self._events().GenJet)
Exemplo n.º 7
0
 def matched_muons(self):
     return apply_global_index(self.muonIdxG, self._events().Muon)
Exemplo n.º 8
0
 def matched_electrons(self):
     return apply_global_index(self.electronIdxG, self._events().Electron)
Exemplo n.º 9
0
 def matched_photon(self):
     return apply_global_index(self.photonIdxG, self._events().Photon)
Exemplo n.º 10
0
 def matched_jet(self):
     return apply_global_index(self.jetIdxG, self._events().Jet)