public class ITrackState extends Object implements TrackState
AtCalorimeter, AtFirstHit, AtIP, AtLastHit, AtOther, AtVertex, LastLocation
Constructor and Description |
---|
ITrackState() |
Modifier and Type | Method and Description |
---|---|
float[] |
getCovMatrix()
Covariance matrix of the track parameters.
|
float |
getD0()
Impact paramter of the track
in (r-phi).
|
int |
getLocation()
The location of the track state.
|
float |
getOmega()
Omega is the signed curvature of the track in [1/mm].
|
float |
getPhi()
Phi of the track at the reference point.
|
float[] |
getReferencePoint()
Reference point of the track parameters, e.g.
|
float |
getTanLambda()
Lambda is the dip angle of the track in r-z at the reference point.
|
float |
getZ0()
Impact paramter of the track
in (r-z).
|
void |
setCovMatrix(float[] covMatrix) |
void |
setD0(float d0) |
void |
setLocation(int location) |
void |
setOmega(float f) |
void |
setPhi(float phi) |
void |
setReferencePoint(float[] referencePoint) |
void |
setTanLambda(float f) |
void |
setZ0(float z0) |
public float[] getCovMatrix()
TrackState
getCovMatrix
in interface TrackState
public int getLocation()
TrackState
getLocation
in interface TrackState
public float getD0()
TrackState
getD0
in interface TrackState
public float getPhi()
TrackState
getPhi
in interface TrackState
getReferencePoint
public float[] getReferencePoint()
TrackState
getReferencePoint
in interface TrackState
public float getZ0()
TrackState
getZ0
in interface TrackState
public float getOmega()
TrackState
getOmega
in interface TrackState
public float getTanLambda()
TrackState
getTanLambda
in interface TrackState
getReferencePoint
public void setCovMatrix(float[] covMatrix)
public void setLocation(int location)
public void setD0(float d0)
public void setPhi(float phi)
public void setReferencePoint(float[] referencePoint)
public void setZ0(float z0)
public void setOmega(float f)
public void setTanLambda(float f)
Jas4pp 1.5 © Java Analysis Studio for Particle Physics