|
FreeHEP API Version current |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecthep.graphics.heprep.util.HepRepMath
Field Summary | |
static String |
cvsId
|
Method Summary | |
static double |
getEta(double x,
double y,
double z)
Return the pseudorapidity of the point assuming zero z-vertex position. |
static double |
getEta(double x,
double y,
double z,
double xVertex,
double yVertex,
double zVertex)
Return the pseudorapidity of the point given the z-vertex position. |
static double |
getPhi(double x,
double y)
|
static double |
getPhi(double x,
double y,
double xVertex,
double yVertex)
|
static double |
getR(double x,
double y,
double z)
Return the spherical radius to the point assuming a z-vertex position. |
static double |
getR(double x,
double y,
double z,
double xVertex,
double yVertex,
double zVertex)
Return the spherical radius to the point given the z-vertex position. |
static double |
getRho(double x,
double y)
|
static double |
getRho(double x,
double y,
double xVertex,
double yVertex)
|
static double |
getTheta(double x,
double y,
double z)
Return the dip angle of the track assuming a zero z-vertex position. |
static double |
getTheta(double x,
double y,
double z,
double xVertex,
double yVertex,
double zVertex)
Return the dip angle of the track given the z-vertex position. |
static double |
getX(double x,
double xVertex)
|
static double |
getY(double y,
double yVertex)
|
static double |
getZ(double z,
double zVertex)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final String cvsId
Method Detail |
public static double getX(double x, double xVertex)
public static double getY(double y, double yVertex)
public static double getZ(double z, double zVertex)
public static double getRho(double x, double y, double xVertex, double yVertex)
public static double getRho(double x, double y)
public static double getPhi(double x, double y, double xVertex, double yVertex)
public static double getPhi(double x, double y)
public static double getTheta(double x, double y, double z, double xVertex, double yVertex, double zVertex)
public static double getTheta(double x, double y, double z)
public static double getR(double x, double y, double z, double xVertex, double yVertex, double zVertex)
public static double getR(double x, double y, double z)
public static double getEta(double x, double y, double z, double xVertex, double yVertex, double zVertex)
public static double getEta(double x, double y, double z)
|
FreeHEP API Version current |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |