Class Constants
java.lang.Object
org.jlab.rec.fmt.Constants
- Author:
- devita
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic doublestatic doublestatic intstatic doublestatic final int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanareClose(int layer, int strip1, int strip2) static Vector3DgetDerivatives(int layer, double x, double y, double z) static Transformation3DgetInverseTransform(int layer) static FMTLayergetLayer(int layer) static Line3DgetLocalStrip(int layer, int strip) static doublegetPitch()static Line3DgetStrip(int layer, int strip) static doublestatic Transformation3DgetTransform(int layer) static voidsetDetector(Detector detector) static Point3DtoLocal(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
-