Public Member Functions | |
def | __init__ (self, tree, index) |
def | isValidHit (self) |
def | monoHit (self) |
def | nseeds (self) |
def | seeds (self) |
def | stereoHit (self) |
Public Member Functions inherited from ntupleDataFormat._Object | |
def | __getattr__ (self, attr) |
def | __init__ (self, tree, index, prefix) |
def | index (self) |
def | isValid (self) |
Public Member Functions inherited from ntupleDataFormat._DetIdStrAdaptor | |
def | __init__ (self) |
def | detIdStr (self) |
def | layerStr (self) |
Class representing a matched strip hit.
Definition at line 780 of file ntupleDataFormat.py.
def ntupleDataFormat.GluedHit.__init__ | ( | self, | |
tree, | |||
index | |||
) |
Constructor. Arguments: tree -- TTree object index -- Index of the hit
Definition at line 782 of file ntupleDataFormat.py.
def ntupleDataFormat.GluedHit.isValidHit | ( | self | ) |
Definition at line 791 of file ntupleDataFormat.py.
def ntupleDataFormat.GluedHit.monoHit | ( | self | ) |
Returns a StripHit for the mono hit.
Definition at line 794 of file ntupleDataFormat.py.
References ntupleDataFormat._Object._checkIsValid(), SeedingNode< DATA >._index, lhef::H5Handler._index, RPCMuonExtraStruct._index, ntupleDataFormat._Object._index, python.cmstools.EventTree._index, python.cmstools.EventBranch._index, html.HtmlReport._index, ntupleDataFormat._Collection._tree, ntupleDataFormat._Object._tree, and python.cmstools.EventTree._tree.
def ntupleDataFormat.GluedHit.nseeds | ( | self | ) |
Returns the number of seeds containing this hit.
Definition at line 804 of file ntupleDataFormat.py.
References ntupleDataFormat._Object._checkIsValid(), SeedingNode< DATA >._index, lhef::H5Handler._index, RPCMuonExtraStruct._index, ntupleDataFormat._Object._index, python.cmstools.EventTree._index, python.cmstools.EventBranch._index, html.HtmlReport._index, ntupleDataFormat._Collection._tree, ntupleDataFormat._Object._tree, python.cmstools.EventTree._tree, and findQualityFiles.size.
def ntupleDataFormat.GluedHit.seeds | ( | self | ) |
Returns generator for seeds containing this hit. The generator returns Seed objects
Definition at line 809 of file ntupleDataFormat.py.
References ntupleDataFormat._Object._checkIsValid(), SeedingNode< DATA >._index, lhef::H5Handler._index, RPCMuonExtraStruct._index, ntupleDataFormat._Object._index, python.cmstools.EventTree._index, python.cmstools.EventBranch._index, html.HtmlReport._index, ntupleDataFormat._Collection._tree, ntupleDataFormat._Object._tree, and python.cmstools.EventTree._tree.
def ntupleDataFormat.GluedHit.stereoHit | ( | self | ) |
Returns a StripHit for the stereo hit.
Definition at line 799 of file ntupleDataFormat.py.
References ntupleDataFormat._Object._checkIsValid(), SeedingNode< DATA >._index, lhef::H5Handler._index, RPCMuonExtraStruct._index, ntupleDataFormat._Object._index, python.cmstools.EventTree._index, python.cmstools.EventBranch._index, html.HtmlReport._index, ntupleDataFormat._Collection._tree, ntupleDataFormat._Object._tree, and python.cmstools.EventTree._tree.