Package org.jlab.rec.fmt
Class Constants
java.lang.Object
org.jlab.rec.fmt.Constants
- Author:
- devita
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic double
static double
static int
static double
static final int
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
areClose
(int layer, int strip1, int strip2) static Vector3D
getDerivatives
(int layer, double x, double y, double z) static Transformation3D
getInverseTransform
(int layer) static FMTLayer
getLayer
(int layer) static Line3D
getLocalStrip
(int layer, int strip) static double
getPitch()
static Line3D
getStrip
(int layer, int strip) static double
static Transformation3D
getTransform
(int layer) static void
setDetector
(Detector detector) static Point3D
toLocal
(int layer, double x, double y, double z) static Point3D
-
Field Details
-
NLAYERS
public static final int NLAYERS- See Also:
-
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
-
Constants
public Constants()
-
-
Method Details
-
setDetector
-
getDerivatives
-
getLayer
-
getPitch
public static double getPitch() -
getStrip
-
getLocalStrip
-
getThickness
public static double getThickness() -
getTransform
-
getInverseTransform
-
areClose
public static boolean areClose(int layer, int strip1, int strip2) - Parameters:
layer
-strip1
-strip2
-- Returns:
- a boolean comparing 2 hits based on basic descriptors; returns true if the hits are the same
-
toLocal
-
toLocal
-