Package org.jlab.clas.swimtools
Class Swimmer
java.lang.Object
org.jlab.clas.swimtools.Swimmer
- Author:
- ziegler, heddle
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic float
static ProbeCollection
getProbeCollection
(Thread thr) static double
static double
static float
static float
static float
static void
put
(Thread thr, ProbeCollection PC) static void
set_zShift
(float shift) static void
setMagneticFieldsScales
(double SolenoidScale, double TorusScale, double shift) static void
setMagneticFieldsScales
(double SolenoidScale, double TorusScale, double Sx, double Sy, double Sz, double Tx, double Ty, double Tz) static void
setSolScale
(double s) static void
setTorScale
(double s) static void
setTorXShift
(float torXShif) static void
setTorYShift
(float torYShif) static void
setTorZShift
(float torZShif)
-
Field Details
-
LOGGER
-
-
Constructor Details
-
Swimmer
public Swimmer()
-
-
Method Details
-
getProbeCollection
-
put
-
set_zShift
public static void set_zShift(float shift) -
get_zShift
public static float get_zShift() -
getTorXShift
public static float getTorXShift() -
setTorXShift
public static void setTorXShift(float torXShif) -
getTorYShift
public static float getTorYShift() -
setTorYShift
public static void setTorYShift(float torYShif) -
getTorZShift
public static float getTorZShift() -
setTorZShift
public static void setTorZShift(float torZShif) -
setMagneticFieldsScales
public static void setMagneticFieldsScales(double SolenoidScale, double TorusScale, double shift) -
setMagneticFieldsScales
public static void setMagneticFieldsScales(double SolenoidScale, double TorusScale, double Sx, double Sy, double Sz, double Tx, double Ty, double Tz) -
setSolScale
public static void setSolScale(double s) -
setTorScale
public static void setTorScale(double s) -
getSolScale
public static double getSolScale() -
getTorScale
public static double getTorScale()
-