Class Swimmer

java.lang.Object
org.jlab.clas.swimtools.Swimmer

public class Swimmer extends Object
Author:
ziegler, heddle
  • Field Details

    • LOGGER

      public static Logger LOGGER
  • Constructor Details

    • Swimmer

      public Swimmer()
  • Method Details

    • getProbeCollection

      public static ProbeCollection getProbeCollection(Thread thr)
    • put

      public static void put(Thread thr, ProbeCollection PC)
    • 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()