Package org.jlab.detector.base
Class GeometryFactory
java.lang.Object
org.jlab.detector.base.GeometryFactory
- Author:
- gavalian
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic intstatic intstatic int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ConstantProvidergetConstants(DetectorType type) Load constants for given detector, for default RUN=10 and VARIATION=defaultstatic ConstantProvidergetConstants(DetectorType type, int run, String variation) Load constants for given detector, with RUN and VARIATION specifiedstatic DetectorgetDetector(DetectorType type) static DetectorgetDetector(DetectorType type, int run, String variation) Load a detector in CLAS coordinate system, for given RUN and VARIATION
-
Field Details
-
SYSTEM_LOCAL
public static int SYSTEM_LOCAL -
SYSTEM_TILTED
public static int SYSTEM_TILTED -
SYSTEM_CLAS
public static int SYSTEM_CLAS
-
-
Constructor Details
-
GeometryFactory
public GeometryFactory()
-
-
Method Details
-
getConstants
Load constants for given detector, with RUN and VARIATION specified- Parameters:
type- detector typerun- run numbervariation- ccdb variation- Returns:
-
getConstants
Load constants for given detector, for default RUN=10 and VARIATION=default- Parameters:
type- detector type- Returns:
-
getDetector
- Parameters:
type-- Returns:
-
getDetector
Load a detector in CLAS coordinate system, for given RUN and VARIATION- Parameters:
type- detector typerun- run numbervariation- ccdb variation- Returns:
-