Public Member Functions | |
def | __init__ |
def | nseeds |
def | ntracks |
def | seeds |
def | tracks |
Public Member Functions inherited from ntuple._Object | |
def | __getattr__ |
def | __init__ |
def | index |
def | isValid |
def ntuple._HitObject.nseeds | ( | self | ) |
Returns number of seeds containing this hit.
Definition at line 138 of file ntuple.py.
References ntuple._Object._checkIsValid(), SeedingNode< DATA >._index, Vispa.Share.FindAlgorithm.FindAlgorithm._index, RPCMuonExtraStruct._index, python.cmstools.EventTree._index, ntuple._Object._index, python.cmstools.EventBranch._index, html.HtmlReport._index, CommonAnalyzer._prefix, ntuple._Object._prefix, html.PageSet._prefix, ntuple._Collection._tree, python.cmstools.EventTree._tree, ntuple._Object._tree, and findQualityFiles.size.
def ntuple._HitObject.ntracks | ( | self | ) |
Returns number of tracks containing this hit.
Definition at line 124 of file ntuple.py.
References ntuple._Object._checkIsValid(), SeedingNode< DATA >._index, Vispa.Share.FindAlgorithm.FindAlgorithm._index, RPCMuonExtraStruct._index, python.cmstools.EventTree._index, ntuple._Object._index, python.cmstools.EventBranch._index, html.HtmlReport._index, CommonAnalyzer._prefix, ntuple._Object._prefix, html.PageSet._prefix, ntuple._Collection._tree, python.cmstools.EventTree._tree, ntuple._Object._tree, and findQualityFiles.size.
def ntuple._HitObject.seeds | ( | self | ) |
Returns generator for tracks containing this hit. The generator returns Seed objects
Definition at line 143 of file ntuple.py.
References ntuple._Object._checkIsValid(), SeedingNode< DATA >._index, Vispa.Share.FindAlgorithm.FindAlgorithm._index, RPCMuonExtraStruct._index, python.cmstools.EventTree._index, ntuple._Object._index, python.cmstools.EventBranch._index, html.HtmlReport._index, CommonAnalyzer._prefix, ntuple._Object._prefix, html.PageSet._prefix, ntuple._Collection._tree, python.cmstools.EventTree._tree, and ntuple._Object._tree.
def ntuple._HitObject.tracks | ( | self | ) |
Returns generator for tracks containing this hit. The generator returns Track objects
Definition at line 129 of file ntuple.py.
References ntuple._Object._checkIsValid(), SeedingNode< DATA >._index, Vispa.Share.FindAlgorithm.FindAlgorithm._index, RPCMuonExtraStruct._index, python.cmstools.EventTree._index, ntuple._Object._index, python.cmstools.EventBranch._index, html.HtmlReport._index, CommonAnalyzer._prefix, ntuple._Object._prefix, html.PageSet._prefix, ntuple._Collection._tree, python.cmstools.EventTree._tree, and ntuple._Object._tree.