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