Public Member Functions | |
def | __init__ |
def | isValidHit |
Public Member Functions inherited from ntupleDataFormat._HitObject | |
def | __init__ |
def | nseeds |
def | ntracks |
def | r |
def | r3D |
def | seeds |
def | tracks |
Public Member Functions inherited from ntupleDataFormat._Object | |
def | __getattr__ |
def | __init__ |
def | index |
def | isValid |
Public Member Functions inherited from ntupleDataFormat._DetIdStrAdaptor | |
def | __init__ |
def | detIdStr |
def | layerStr |
Public Member Functions inherited from ntupleDataFormat._SimHitMatchAdaptor | |
def | __init__ |
def | matchedSimHitInfos |
def | nMatchedSimHits |
Class representing a phase2 OT hit.
Definition at line 858 of file ntupleDataFormat.py.
def ntupleDataFormat.Phase2OTHit.__init__ | ( | self, | |
tree, | |||
index | |||
) |
Constructor. Arguments: tree -- TTree object index -- Index of the hit
Definition at line 860 of file ntupleDataFormat.py.
def ntupleDataFormat.Phase2OTHit.isValidHit | ( | self | ) |
Definition at line 869 of file ntupleDataFormat.py.