Public Member Functions | |
def | __getattr__ (self, attr) |
def | __init__ (self, tree, index, tpindex, prefix) |
def | trackingParticle (self) |
Public Member Functions inherited from ntupleDataFormat._Object | |
def | __getattr__ (self, attr) |
def | __init__ (self, tree, index, prefix) |
def | index (self) |
def | isValid (self) |
Private Attributes | |
_tpindex | |
Class representing a match to a TrackingParticle. The point of this class is to provide, in addition to the matched TrackingParticle, also other information about the match (e.g. shared hit fraction for tracks/seeds).
Definition at line 548 of file ntupleDataFormat.py.
def ntupleDataFormat.TrackingParticleMatchInfo.__init__ | ( | self, | |
tree, | |||
index, | |||
tpindex, | |||
prefix | |||
) |
Constructor. Arguments: tree -- TTree object index -- Index of the object (track/seed) matched to TrackingParticle tpindex -- Index of the TrackingParticle match (second index in _simTrkIdx branch) prefix -- String for prefix of the object (track/seed) matched to TrackingParticle
Definition at line 556 of file ntupleDataFormat.py.
def ntupleDataFormat.TrackingParticleMatchInfo.__getattr__ | ( | self, | |
attr | |||
) |
Custom __getattr__ because of the second index needed to access the branch.
Definition at line 568 of file ntupleDataFormat.py.
References ntupleDataFormat.TrackingParticleMatchInfo._tpindex.
def ntupleDataFormat.TrackingParticleMatchInfo.trackingParticle | ( | self | ) |
Returns matched TrackingParticle.
Definition at line 573 of file ntupleDataFormat.py.
References ntupleDataFormat._Object._checkIsValid(), SeedingNode< DATA >._index, Vispa.Share.FindAlgorithm.FindAlgorithm._index, RPCMuonExtraStruct._index, ntupleDataFormat._Object._index, python.cmstools.EventTree._index, python.cmstools.EventBranch._index, html.HtmlReport._index, CommonAnalyzer._prefix, ntupleDataFormat._Object._prefix, html.PageSet._prefix, ntupleDataFormat.TrackingParticleMatchInfo._tpindex, ntupleDataFormat._Collection._tree, ntupleDataFormat._Object._tree, and python.cmstools.EventTree._tree.
|
private |
Definition at line 566 of file ntupleDataFormat.py.
Referenced by ntupleDataFormat.TrackingParticleMatchInfo.__getattr__(), and ntupleDataFormat.TrackingParticleMatchInfo.trackingParticle().