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 ConstantProvider
getConstants
(DetectorType type) Load constants for given detector, for default RUN=10 and VARIATION=defaultstatic ConstantProvider
getConstants
(DetectorType type, int run, String variation) Load constants for given detector, with RUN and VARIATION specifiedstatic Detector
getDetector
(DetectorType type) static 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
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:
-