|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--hep.lcd.vertexing.zvtop.ZvBField
ZvBField -- B field containing class
Currently provides B field in z direction using get("FieldStrength") from Detector.
Constructor Summary | |
ZvBField()
|
Method Summary | |
static double |
getBfield()
get B-field z component at origin This is for backward compatibility only! |
static double |
getBMag(double[] xvec)
get the magnitude of B-field at xvec |
static double[] |
getBUnitVec(double[] xvec)
get B-field unit vector at xvec |
static double[] |
getBVec(double[] xvec)
get B-field vector at position xvec |
static double |
getBX(double[] xvec)
get B-field x component at position xvec |
static double |
getBY(double[] xvec)
get B-field y component at position xvec |
static double |
getBZ(double[] xvec)
get B-field z component at position xvec |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ZvBField()
Method Detail |
public static double[] getBVec(double[] xvec)
public static double getBX(double[] xvec)
public static double getBY(double[] xvec)
public static double getBZ(double[] xvec)
public static double getBfield()
public static double getBMag(double[] xvec)
public static double[] getBUnitVec(double[] xvec)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |