Class RTOFConstants
java.lang.Object
org.jlab.detector.geant4.v2.recoil.tof.RTOFConstants
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final doublestatic final doublestatic final doublestatic final doublestatic final doublestatic final doublestatic final intstatic final intstatic final intstatic final doublestatic final doublestatic final doublestatic final double -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DatabaseConstantProviderstatic voidReads all the necessary constants from CCDB into static variables.
-
Field Details
-
NSECTORS
public static final int NSECTORS- See Also:
-
NROWS
public static final int NROWS- See Also:
-
NCOLUMNS
public static final int NCOLUMNS- See Also:
-
LONG_BAR_LENGTH
public static final double LONG_BAR_LENGTH- See Also:
-
SHORT_BAR_LENGTH
public static final double SHORT_BAR_LENGTH- See Also:
-
BAR_WIDTH
public static final double BAR_WIDTH- See Also:
-
BAR_THICKNESS
public static final double BAR_THICKNESS- See Also:
-
HORIZONTAL_STARTING_ANGLE
public static final double HORIZONTAL_STARTING_ANGLE- See Also:
-
HORIZONTAL_OPENING_ANGLE
public static final double HORIZONTAL_OPENING_ANGLE- See Also:
-
RADIUS
public static final double RADIUS- See Also:
-
WIDTH
public static final double WIDTH- See Also:
-
LENGTH
public static final double LENGTH- See Also:
-
THICKNESS
public static final double THICKNESS- See Also:
-
-
Constructor Details
-
RTOFConstants
public RTOFConstants()
-
-
Method Details
-
connect
-
load
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
-