Contents
Class GeometryFactory
java.lang.Object
org.jlab.detector.base.GeometryFactory
- Author:
- gavalian
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic int
static int
static int
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.jlab.geom.base.ConstantProvider
getConstants
(DetectorType type) Load constants for given detector, for default RUN=10 and VARIATION=defaultstatic org.jlab.geom.base.ConstantProvider
getConstants
(DetectorType type, int run, String variation) Load constants for given detector, with RUN and VARIATION specifiedstatic org.jlab.geom.base.Detector
getDetector
(DetectorType type) static org.jlab.geom.base.Detector
getDetector
(DetectorType type, int run, String variation) Load a detector in CLAS coordinate system, for given RUN and VARIATION
-
Field Details
-
Constructor Details
-
Method Details
-
getConstants
public static org.jlab.geom.base.ConstantProvider getConstants(DetectorType type, int run, String variation) 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:
-