![]() |
Belle II Software development
|
Public Member Functions | |
__init__ (self, rootfile, removeRadiativeGammaFlag=False) | |
get_string (self, decayHash, decayHashExtended) | |
get_original_decay (self, decayHash, decayHashExtended) | |
get_reconstructed_decay (self, decayHash, decayHashExtended) | |
print_hash (self, decayHash, decayHashExtended) | |
Protected Attributes | |
dict | _string = {} |
Dict Int -> DecayStrings. | |
dict | _forest = {} |
Dict Int -> Reconstructed DecayTree. | |
DecayHashMap using the C++ implementation of DecayTree and DecayNode
Definition at line 49 of file decayHash.py.
__init__ | ( | self, | |
rootfile, | |||
removeRadiativeGammaFlag = False ) |
Constructor
Definition at line 54 of file decayHash.py.
get_original_decay | ( | self, | |
decayHash, | |||
decayHashExtended ) |
Return original (MC) DecayTree given the decayHash and decayHashExtended @param decayHash output of extraInfo(decayHash) @param decayHashExtended output of extraInfo(decayHashExtended)
Definition at line 85 of file decayHash.py.
get_reconstructed_decay | ( | self, | |
decayHash, | |||
decayHashExtended ) |
Return reconstructed DecayTree given the decayHash and decayHashExtended @param decayHash output of extraInfo(decayHash) @param decayHashExtended output of extraInfo(decayHashExtended)
Definition at line 95 of file decayHash.py.
get_string | ( | self, | |
decayHash, | |||
decayHashExtended ) |
Return DecayString given the decayHash and decayHashExtended @param decayHash output of extraInfo(decayHash) @param decayHashExtended output of extraInfo(decayHashExtended)
Definition at line 75 of file decayHash.py.
print_hash | ( | self, | |
decayHash, | |||
decayHashExtended ) |
Print the DecayString in a fancy way given the decayHash and decayHashExtended @param decayHash output of extraInfo(decayHash) @param decayHashExtended output of extraInfo(decayHashExtended)
Definition at line 105 of file decayHash.py.
|
protected |
Dict Int -> Reconstructed DecayTree.
Definition at line 66 of file decayHash.py.
|
protected |
Dict Int -> DecayStrings.
Definition at line 64 of file decayHash.py.