Public Member Functions | |
def | __init__ |
def | gluedHits |
def | hits |
def | invalidHits |
def | pixelHits |
def | stripHits |
Private Member Functions | |
def | _hits |
def ntuple._RecoHitAdaptor.__init__ | ( | self | ) |
|
private |
Internal method to generate pairs of hit index and type.
Definition at line 158 of file ntuple.py.
References ComparisonHelper.zip().
Referenced by ntuple._RecoHitAdaptor.gluedHits(), ntuple._RecoHitAdaptor.hits(), ntuple._RecoHitAdaptor.invalidHits(), ntuple._RecoHitAdaptor.pixelHits(), and ntuple._RecoHitAdaptor.stripHits().
def ntuple._RecoHitAdaptor.gluedHits | ( | self | ) |
Returns generator for matched strip hits.
Definition at line 198 of file ntuple.py.
References ntuple._Object._checkIsValid(), FP420HitsObject._hits, TrackerHitsObject._hits, SortingOutput._hits, ntuple._RecoHitAdaptor._hits(), MatchingOutput._hits, DTBtiChip._hits, ntuple._Collection._tree, python.cmstools.EventTree._tree, ntuple._Object._tree, ntuple.TrackingNtuple._tree, ntuple.Event._tree, and ntuple.BeamSpot._tree.
def ntuple._RecoHitAdaptor.hits | ( | self | ) |
Returns generator for hits. Generator returns PixelHit/StripHit/GluedHit depending on the hit type.
Definition at line 163 of file ntuple.py.
References FP420HitsObject._hits, TrackerHitsObject._hits, SortingOutput._hits, ntuple._RecoHitAdaptor._hits(), MatchingOutput._hits, DTBtiChip._hits, ntuple._Collection._tree, python.cmstools.EventTree._tree, ntuple._Object._tree, ntuple.TrackingNtuple._tree, ntuple.Event._tree, and ntuple.BeamSpot._tree.
def ntuple._RecoHitAdaptor.invalidHits | ( | self | ) |
Returns generator for invalid hits.
Definition at line 206 of file ntuple.py.
References ntuple._Object._checkIsValid(), FP420HitsObject._hits, TrackerHitsObject._hits, SortingOutput._hits, ntuple._RecoHitAdaptor._hits(), MatchingOutput._hits, DTBtiChip._hits, ntuple._Collection._tree, python.cmstools.EventTree._tree, ntuple._Object._tree, ntuple.TrackingNtuple._tree, ntuple.Event._tree, and ntuple.BeamSpot._tree.
def ntuple._RecoHitAdaptor.pixelHits | ( | self | ) |
Returns generator for pixel hits.
Definition at line 182 of file ntuple.py.
References ntuple._Object._checkIsValid(), FP420HitsObject._hits, TrackerHitsObject._hits, SortingOutput._hits, ntuple._RecoHitAdaptor._hits(), MatchingOutput._hits, DTBtiChip._hits, ntuple._Collection._tree, python.cmstools.EventTree._tree, ntuple._Object._tree, ntuple.TrackingNtuple._tree, ntuple.Event._tree, and ntuple.BeamSpot._tree.
def ntuple._RecoHitAdaptor.stripHits | ( | self | ) |
Returns generator for strip hits.
Definition at line 190 of file ntuple.py.
References ntuple._Object._checkIsValid(), FP420HitsObject._hits, TrackerHitsObject._hits, SortingOutput._hits, ntuple._RecoHitAdaptor._hits(), MatchingOutput._hits, DTBtiChip._hits, ntuple._Collection._tree, python.cmstools.EventTree._tree, ntuple._Object._tree, ntuple.TrackingNtuple._tree, ntuple.Event._tree, and ntuple.BeamSpot._tree.