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 pixel hit.
Definition at line 730 of file ntupleDataFormat.py.
def ntupleDataFormat.PixelHit.__init__ | ( | self, | |
tree, | |||
index | |||
) |
Constructor. Arguments: tree -- TTree object index -- Index of the hit
Definition at line 732 of file ntupleDataFormat.py.
def ntupleDataFormat.PixelHit.isValidHit | ( | self | ) |
Definition at line 741 of file ntupleDataFormat.py.