Modifier and Type | Method and Description |
---|---|
float |
getChi2()
Chi^2 of the track fit.
|
TrackState |
getClosestTrackState(float x,
float y,
float z)
Returns track state closest to the given point.
|
float[] |
getCovMatrix()
Covariance matrix of the track parameters.
|
float |
getD0()
Impact paramter of the track in (r-phi).
|
float |
getdEdx()
dEdx of the track.
|
float |
getdEdxError()
Error of dEdx.
|
int |
getNdf()
Number of degrees of freedom of the track fit.
|
float |
getOmega()
Omega is the signed curvature of the track in [1/mm].
|
float |
getPhi()
Phi of the track at the reference point.
|
float |
getRadiusOfInnermostHit()
The radius of the innermost hit that has been used in the track fit.
|
float[] |
getReferencePoint()
Reference point of the track parameters.
|
int[] |
getSubdetectorHitNumbers()
A vector that holds the number of hits in particular subdetectors.
|
float |
getTanLambda()
Lambda is the dip angle of the track in r-z at the reference point.
|
List |
getTrackerHits()
Optionaly ( check/set flag(LCIO::TRBIT_HITS)==1) return the hits that have been used
to create this track.
|
List |
getTracks()
The tracks that have been combined to this track.
|
TrackState |
getTrackState(int location)
Returns track state for the given location - or NULL if not found.
|
List |
getTrackStates()
Returns track states associtated to this track.
|
int |
getType()
Flagword that defines the type of track.
|
float |
getZ0()
Impact paramter of the track in (r-z).
|
int getType()
float getD0()
float getPhi()
float getOmega()
float getZ0()
float getTanLambda()
float[] getCovMatrix()
float[] getReferencePoint()
float getChi2()
int getNdf()
float getdEdx()
float getdEdxError()
float getRadiusOfInnermostHit()
int[] getSubdetectorHitNumbers()
List getTracks()
List getTrackStates()
TrackState getClosestTrackState(float x, float y, float z)
TrackState getTrackState(int location)
List getTrackerHits()
Jas4pp 1.5 © Java Analysis Studio for Particle Physics