Contents
Class RecoilConstants
java.lang.Object
org.jlab.detector.geant4.v2.recoil.RecoilConstants
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String[]
static final double[]
static final double[]
static final double
static final int
static final int
static final int
static final int
static final int
static final double
static final double[]
static final double
static final double
static final double
static final double[]
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.jlab.detector.calib.utils.DatabaseConstantProvider
connect
(org.jlab.detector.calib.utils.DatabaseConstantProvider cp) Loads the the necessary tables for the URWELL geometry for a given DatabaseConstantProvider.static String
static void
load
(org.jlab.detector.calib.utils.DatabaseConstantProvider cp) Reads all the necessary constants from CCDB into static variables.
-
Field Details
-
NMAXREGIONS
public static final int NMAXREGIONS- See Also:
-
NREGIONS
public static final int NREGIONS- See Also:
-
NSECTORS
public static final int NSECTORS- See Also:
-
NLAYERS
public static final int NLAYERS- See Also:
-
NCHAMBERS
public static final int NCHAMBERS- See Also:
-
HORIZONTHAL_OPENING_ANGLE
public static final double HORIZONTHAL_OPENING_ANGLE- See Also:
-
VERTICAL_OPENING_ANGLE
public static final double VERTICAL_OPENING_ANGLE- See Also:
-
RADIUS
public static final double[] RADIUS -
WIDTH
public static final double[] WIDTH -
HEIGHT
public static final double[] HEIGHT -
THTILT
public static final double THTILT- See Also:
-
CHAMBERVOLUMESTHICKNESS
public static final double[] CHAMBERVOLUMESTHICKNESS -
CHAMBERVOLUMESNAME
-
PITCH
public static final double PITCH- See Also:
-
STEREOANGLE
public static final double STEREOANGLE- See Also:
-
-
Constructor Details
-
Method Details
-
getCcdbPath
-
connect
public static org.jlab.detector.calib.utils.DatabaseConstantProvider connect(org.jlab.detector.calib.utils.DatabaseConstantProvider cp) Loads the the necessary tables for the URWELL geometry for a given DatabaseConstantProvider.- Returns:
- DatabaseConstantProvider the same thing
-
load
public static void load(org.jlab.detector.calib.utils.DatabaseConstantProvider cp) Reads all the necessary constants from CCDB into static variables. Please use a DatabaseConstantProvider to access CCDB and load the following tables:- Parameters:
cp
- a ConstantProvider that has loaded the necessary tables
-