Class MUVTConstants

java.lang.Object
org.jlab.rec.muvt.MUVTConstants

public class MUVTConstants extends Object
Author:
devita
  • Field Details

    • NSECTOR

      public static final int NSECTOR
      See Also:
    • NLAYER

      public static final int NLAYER
      See Also:
    • NREGION

      public static final int NREGION
      See Also:
    • NCHAMBER

      public static final int NCHAMBER
      See Also:
    • PITCH

      public static final double PITCH
      See Also:
    • TILT

      public static final double TILT
      See Also:
    • STEREO

      public static final double[] STEREO
    • THRESHOLD

      public static final double THRESHOLD
      See Also:
    • ADCTOENERGY

      public static final double ADCTOENERGY
      See Also:
    • TDCTOTIME

      public static final double TDCTOTIME
      See Also:
    • COINCTIME

      public static final double COINCTIME
      See Also:
    • CROSSDELTAE

      public static double CROSSDELTAE
    • CIRCLECONFUSION

      public static double CIRCLECONFUSION
    • MIN_SWIM_PATH

      public static double MIN_SWIM_PATH
    • EPSILON

      public static double EPSILON
    • MAX_NB_CROSSES

      public static int MAX_NB_CROSSES
  • Constructor Details

    • MUVTConstants

      public MUVTConstants()
  • Method Details

    • toTiltedSectorFrame

      public static Transformation3D toTiltedSectorFrame(int sector)
    • toLab

      public static Transformation3D toLab(int sector)
    • toTiltedSectorFrame

      public static Point3D toTiltedSectorFrame(int sector, Point3D p)
    • toTiltedSectorFrame

      public static Point3D toTiltedSectorFrame(int sector, double x, double y, double z)
    • toTiltedSectorFrame

      public static Line3D toTiltedSectorFrame(int sector, Line3D l)