public interface TrackState extends LCObject
Modifier and Type | Field and Description |
---|---|
static int |
AtCalorimeter |
static int |
AtFirstHit |
static int |
AtIP |
static int |
AtLastHit |
static int |
AtOther |
static int |
AtVertex |
static int |
LastLocation |
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).
|
static final int AtOther
static final int AtIP
static final int AtFirstHit
static final int AtLastHit
static final int AtCalorimeter
static final int AtVertex
static final int LastLocation
int getLocation()
float getD0()
float getPhi()
getReferencePoint
float getOmega()
float getZ0()
float getTanLambda()
getReferencePoint
float[] getCovMatrix()
float[] getReferencePoint()
Jas4pp 1.5 © Java Analysis Studio for Particle Physics