|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Represents a found (reconstructed) track
Method Summary | |
boolean |
fitSuccess()
Returns true if the track has been successfully fitted |
int |
getCharge()
|
double |
getChi2()
Get the Chi Squared for the track fit |
double[][] |
getErrorMatrix()
Get the error matrix as a 2-D array |
double |
getErrorMatrixElement(int i,
int j)
Get an individual element of the error matrix |
MCParticle |
getMCParticle()
|
double[] |
getMomentum()
|
double |
getMomentumX()
|
double |
getMomentumY()
|
double |
getMomentumZ()
|
double |
getNDF()
Get the numbers of degrees of freedom for the fit |
double[] |
getOrigin()
|
double |
getOriginX()
|
double |
getOriginY()
|
double |
getOriginZ()
|
double |
getPX()
|
double |
getPY()
|
double |
getPZ()
|
double |
getTrackParameter(int i)
Get an individual track parameter The track parameters for LCD are defined as follows IndexMeaning 0 d0 = XY impact parameter 1 phi0 2 omega = 1/curv.radius (negative for negative tracks) 3 z0 = z of track origin (z impact parameter) 4 s = tan lambda |
double[] |
getTrackParameters()
Get the track parameters as an array |
Methods inherited from interface hep.physics.Hep3Vector |
cosTheta, mag, mag2, v, x, y, z |
Method Detail |
public int getCharge()
public double[] getOrigin()
public double getOriginX()
public double getOriginY()
public double getOriginZ()
public double[] getMomentum()
public double getPX()
public double getPY()
public double getPZ()
public MCParticle getMCParticle()
public boolean fitSuccess()
public double getTrackParameter(int i)
Index | Meaning |
---|---|
0 | d0 = XY impact parameter |
1 | phi0 |
2 | omega = 1/curv.radius (negative for negative tracks) |
3 | z0 = z of track origin (z impact parameter) |
4 | s = tan lambda |
i
- The index of the track parameterpublic double[] getTrackParameters()
getTrackParameter(int)
public double getErrorMatrixElement(int i, int j)
getTrackParameter(int)
public double[][] getErrorMatrix()
getTrackParameter(int)
public double getChi2()
getNDF()
public double getNDF()
getChi2()
public double getMomentumX()
public double getMomentumY()
public double getMomentumZ()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |