Belle II Software light-2406-ragdoll
|
Public Member Functions | |
def | __init__ (self, rootfile, removeRadiativeGammaFlag=False) |
def | get_string (self, decayHash, decayHashExtended) |
def | get_original_decay (self, decayHash, decayHashExtended) |
def | get_reconstructed_decay (self, decayHash, decayHashExtended) |
def | print_hash (self, decayHash, decayHashExtended) |
Protected Attributes | |
_string | |
Dict Int -> DecayStrings. | |
_forest | |
Dict Int -> Reconstructed DecayTree. | |
DecayHashMap using the C++ implementation of DecayTree and DecayNode
Definition at line 49 of file decayHash.py.
def __init__ | ( | self, | |
rootfile, | |||
removeRadiativeGammaFlag = False |
|||
) |
Constructor
Definition at line 54 of file decayHash.py.
def 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.
def 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.
def 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.
def 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.