Public Member Functions | |
def | __init__ (self, tree, index, seedindex, prefix) |
def | seed (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 | |
_seedindex | |
Class representing a match to a Seed. The point of this class is to provide an interface compatible with all other "MatchInfo" classes
Definition at line 643 of file ntupleDataFormat.py.
def ntupleDataFormat.SeedMatchInfo.__init__ | ( | self, | |
tree, | |||
index, | |||
seedindex, | |||
prefix | |||
) |
Constructor. Arguments: tree -- TTree object index -- Index of the object (TrackingParticle) matched to seed seedindex -- Index of the seed match (second index in _trkIdx branch) prefix -- String for prefix of the object (TrackingParticle) matched to seed
Definition at line 650 of file ntupleDataFormat.py.
def ntupleDataFormat.SeedMatchInfo.seed | ( | self | ) |
Returns matched Seed.
Definition at line 662 of file ntupleDataFormat.py.
References ntupleDataFormat._Object._checkIsValid(), SeedingNode< DATA >._index, lhef::H5Handler._index, RPCMuonExtraStruct._index, ntupleDataFormat._Object._index, datamodel.Object._index, python.cmstools.EventTree._index, python.cmstools.EventBranch._index, html.HtmlReport._index, CommonAnalyzer._prefix, ntupleDataFormat._Object._prefix, datamodel.Object._prefix, datamodel.Collection._prefix, html.PageSet._prefix, ntupleDataFormat.SeedMatchInfo._seedindex, datamodel.Event._tree, ntupleDataFormat._Collection._tree, ntupleDataFormat._Object._tree, output.OutputTree._tree, python.cmstools.EventTree._tree, and output.FullOutput._tree.
|
private |
Definition at line 660 of file ntupleDataFormat.py.
Referenced by ntupleDataFormat.SeedMatchInfo.seed().