Public Member Functions | |
def | __init__ |
def | decayVertices |
def | matchedTrackInfos |
def | nMatchedTracks |
def | parentVertex |
Public Member Functions inherited from ntuple._Object | |
def | __getattr__ |
def | __init__ |
def | index |
def | isValid |
Public Member Functions inherited from ntuple._SimHitAdaptor | |
def | __init__ |
def | nSimHits |
def | simHits |
Private Member Functions | |
def | _nMatchedTracks |
|
private |
Internal function to get the number of matched tracks.
Definition at line 715 of file ntuple.py.
References SeedingNode< DATA >._index, Vispa.Share.FindAlgorithm.FindAlgorithm._index, RPCMuonExtraStruct._index, python.cmstools.EventTree._index, ntuple._Object._index, python.cmstools.EventBranch._index, html.HtmlReport._index, and findQualityFiles.size.
Referenced by ntuple.TrackingParticle.matchedTrackInfos(), and ntuple.TrackingParticle.nMatchedTracks().
def ntuple.TrackingParticle.decayVertices | ( | self | ) |
Returns a generator for decay vertices. The generator returns TrackingVertex objects.
Definition at line 738 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, ntuple._Collection._tree, python.cmstools.EventTree._tree, and ntuple._Object._tree.
def ntuple.TrackingParticle.matchedTrackInfos | ( | self | ) |
Returns a generator for matched tracks. The generator returns TrackMatchInfo objects.
Definition at line 724 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, ntuple.TrackingParticle._nMatchedTracks(), CommonAnalyzer._prefix, ntuple._Object._prefix, html.PageSet._prefix, ntuple._Collection._tree, python.cmstools.EventTree._tree, and ntuple._Object._tree.
def ntuple.TrackingParticle.nMatchedTracks | ( | self | ) |
Returns the number of matched tracks.
Definition at line 719 of file ntuple.py.
References ntuple._Object._checkIsValid(), and ntuple.TrackingParticle._nMatchedTracks().
def ntuple.TrackingParticle.parentVertex | ( | self | ) |
Returns the parent TrackingVertex.
Definition at line 733 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, ntuple._Collection._tree, python.cmstools.EventTree._tree, and ntuple._Object._tree.