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()
TrackStategetCovMatrix in interface TrackStatepublic int getLocation()
TrackStategetLocation in interface TrackStatepublic float getD0()
TrackStategetD0 in interface TrackStatepublic float getPhi()
TrackStategetPhi in interface TrackStategetReferencePointpublic float[] getReferencePoint()
TrackStategetReferencePoint in interface TrackStatepublic float getZ0()
TrackStategetZ0 in interface TrackStatepublic float getOmega()
TrackStategetOmega in interface TrackStatepublic float getTanLambda()
TrackStategetTanLambda in interface TrackStategetReferencePointpublic 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