![]() |
![]() |
Public Member Functions | |
def | __init__ (self) |
def | gluedHits (self) |
def | hits (self) |
def | invalidHits (self) |
def | phase2OTHits (self) |
def | pixelHits (self) |
def | stripHits (self) |
Private Member Functions | |
def | _hits (self) |
Adaptor class for objects containing hits (e.g. tracks)
Definition at line 204 of file ntupleDataFormat.py.
def ntupleDataFormat._RecoHitAdaptor.__init__ | ( | self | ) |
Definition at line 206 of file ntupleDataFormat.py.
|
private |
Internal method to generate pairs of hit index and type.
Definition at line 209 of file ntupleDataFormat.py.
References ComparisonHelper.zip().
Referenced by ntupleDataFormat._RecoHitAdaptor.gluedHits(), ntupleDataFormat._RecoHitAdaptor.hits(), ntupleDataFormat._RecoHitAdaptor.invalidHits(), ntupleDataFormat._RecoHitAdaptor.phase2OTHits(), ntupleDataFormat._RecoHitAdaptor.pixelHits(), and ntupleDataFormat._RecoHitAdaptor.stripHits().
def ntupleDataFormat._RecoHitAdaptor.gluedHits | ( | self | ) |
Returns generator for matched strip hits.
Definition at line 251 of file ntupleDataFormat.py.
References ntupleDataFormat._Object._checkIsValid(), TrackerHitsObject._hits, FP420HitsObject._hits, DTBtiChip._hits, ntupleDataFormat._RecoHitAdaptor._hits(), ntuplePrintersDiff.SeedPrinter._hits, ntuplePrintersDiff.TrackPrinter._hits, ntuplePrintersDiff.TrackingParticlePrinter._hits, ntupleDataFormat._Collection._tree, ntupleDataFormat._Object._tree, python.cmstools.EventTree._tree, ntupleDataFormat.TrackingNtuple._tree, ntupleDataFormat.Event._tree, and ntupleDataFormat.BeamSpot._tree.
def ntupleDataFormat._RecoHitAdaptor.hits | ( | self | ) |
Returns generator for hits. Generator returns PixelHit/StripHit/GluedHit/Phase2OT depending on the hit type.
Definition at line 214 of file ntupleDataFormat.py.
References TrackerHitsObject._hits, FP420HitsObject._hits, DTBtiChip._hits, ntupleDataFormat._RecoHitAdaptor._hits(), ntuplePrintersDiff.SeedPrinter._hits, ntuplePrintersDiff.TrackPrinter._hits, ntuplePrintersDiff.TrackingParticlePrinter._hits, ntupleDataFormat._Collection._tree, ntupleDataFormat._Object._tree, python.cmstools.EventTree._tree, ntupleDataFormat.TrackingNtuple._tree, ntupleDataFormat.Event._tree, and ntupleDataFormat.BeamSpot._tree.
def ntupleDataFormat._RecoHitAdaptor.invalidHits | ( | self | ) |
Returns generator for invalid hits.
Definition at line 259 of file ntupleDataFormat.py.
References ntupleDataFormat._Object._checkIsValid(), TrackerHitsObject._hits, FP420HitsObject._hits, DTBtiChip._hits, ntupleDataFormat._RecoHitAdaptor._hits(), ntuplePrintersDiff.SeedPrinter._hits, ntuplePrintersDiff.TrackPrinter._hits, ntuplePrintersDiff.TrackingParticlePrinter._hits, ntupleDataFormat._Collection._tree, ntupleDataFormat._Object._tree, python.cmstools.EventTree._tree, ntupleDataFormat.TrackingNtuple._tree, ntupleDataFormat.Event._tree, and ntupleDataFormat.BeamSpot._tree.
def ntupleDataFormat._RecoHitAdaptor.phase2OTHits | ( | self | ) |
Returns generator for phase2 outer tracker hits.
Definition at line 267 of file ntupleDataFormat.py.
References ntupleDataFormat._Object._checkIsValid(), TrackerHitsObject._hits, FP420HitsObject._hits, DTBtiChip._hits, ntupleDataFormat._RecoHitAdaptor._hits(), ntuplePrintersDiff.SeedPrinter._hits, ntuplePrintersDiff.TrackPrinter._hits, ntuplePrintersDiff.TrackingParticlePrinter._hits, ntupleDataFormat._Collection._tree, ntupleDataFormat._Object._tree, python.cmstools.EventTree._tree, ntupleDataFormat.TrackingNtuple._tree, ntupleDataFormat.Event._tree, and ntupleDataFormat.BeamSpot._tree.
def ntupleDataFormat._RecoHitAdaptor.pixelHits | ( | self | ) |
Returns generator for pixel hits.
Definition at line 235 of file ntupleDataFormat.py.
References ntupleDataFormat._Object._checkIsValid(), TrackerHitsObject._hits, FP420HitsObject._hits, DTBtiChip._hits, ntupleDataFormat._RecoHitAdaptor._hits(), ntuplePrintersDiff.SeedPrinter._hits, ntuplePrintersDiff.TrackPrinter._hits, ntuplePrintersDiff.TrackingParticlePrinter._hits, ntupleDataFormat._Collection._tree, ntupleDataFormat._Object._tree, python.cmstools.EventTree._tree, ntupleDataFormat.TrackingNtuple._tree, ntupleDataFormat.Event._tree, and ntupleDataFormat.BeamSpot._tree.
def ntupleDataFormat._RecoHitAdaptor.stripHits | ( | self | ) |
Returns generator for strip hits.
Definition at line 243 of file ntupleDataFormat.py.
References ntupleDataFormat._Object._checkIsValid(), TrackerHitsObject._hits, FP420HitsObject._hits, DTBtiChip._hits, ntupleDataFormat._RecoHitAdaptor._hits(), ntuplePrintersDiff.SeedPrinter._hits, ntuplePrintersDiff.TrackPrinter._hits, ntuplePrintersDiff.TrackingParticlePrinter._hits, ntupleDataFormat._Collection._tree, ntupleDataFormat._Object._tree, python.cmstools.EventTree._tree, ntupleDataFormat.TrackingNtuple._tree, ntupleDataFormat.Event._tree, and ntupleDataFormat.BeamSpot._tree.