public interface TrackerHit
Sensor
object the hit belongs to).
U is the measurement direction, V is along the length of the strip,
Modifier and Type | Method and Description |
---|---|
TrackerCluster |
getCluster()
Points back to TrackerCluster from which this hit was produced.
|
SymmetricMatrix |
getCovMatrix()
Returns covariance matrix of the hit in global reference frame.
|
double |
getLength()
Returns length of the segment defining the hit.
|
SymmetricMatrix |
getLocalCovMatrix()
Returns covariance matrix in local frame of the
Sensor . |
Hep3Vector |
getLocalPosition()
Returns position of the hit in local reference frame of the
Sensor . |
SpacePointVector |
getLocalSegment()
Returns SpacePointVector pointing from start to end of the segment
defining the hit in the local reference frame.
|
Hep3Vector |
getPosition()
Returns position of the hit in global reference frame.
|
SpacePointVector |
getSegment()
Returns SpacePointVector pointing from start to end of the segment
defining the hit in the global reference frame.
|
Sensor |
getSensor()
Returns
Sensor object for this hit. |
double |
getSignal()
Returns signal amplitude associated with this hit.
|
double |
getTime()
Returns time associated with this hit.
|
Hep3Vector getLocalPosition()
Sensor
.
For a segment-like hit, this is the center of the segment.SymmetricMatrix getLocalCovMatrix()
Sensor
.SpacePointVector getLocalSegment()
Hep3Vector getPosition()
SymmetricMatrix getCovMatrix()
SpacePointVector getSegment()
double getLength()
double getSignal()
double getTime()
TrackerCluster getCluster()
Copyright © 2016 Linear Collider Detector (LCD). All rights reserved.