Definition at line 830 of file ntupleDataFormat.py.
◆ __init__()
def ntupleDataFormat.InvalidHit.__init__ |
( |
|
self, |
|
|
|
tree, |
|
|
|
index |
|
) |
| |
Constructor.
Arguments:
tree -- TTree object
index -- Index of the hit
Definition at line 841 of file ntupleDataFormat.py.
841 def __init__(self, tree, index):
846 index -- Index of the hit
848 super(InvalidHit, self).__init__(tree, index,
"inv")
◆ isValidHit()
def ntupleDataFormat.InvalidHit.isValidHit |
( |
|
self | ) |
|
◆ layerStr()
def ntupleDataFormat.InvalidHit.layerStr |
( |
|
self | ) |
|
Returns a string describing the layer of the hit.
Reimplemented from ntupleDataFormat._DetIdStrAdaptor.
Definition at line 853 of file ntupleDataFormat.py.
854 """Returns a string describing the layer of the hit."""
855 invalid_type = self._tree.inv_type[self._index]
856 return super(InvalidHit, self).layerStr() +
" (%s)"%InvalidHit.Type.toString(invalid_type)
References 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.
◆ bad
ntupleDataFormat.InvalidHit.bad |
|
static |
◆ inactive
ntupleDataFormat.InvalidHit.inactive |
|
static |
◆ missing
ntupleDataFormat.InvalidHit.missing |
|
static |
◆ missing_inner
ntupleDataFormat.InvalidHit.missing_inner |
|
static |
◆ missing_outer
ntupleDataFormat.InvalidHit.missing_outer |
|
static |
◆ Type
ntupleDataFormat.InvalidHit.Type |
|
static |