Class RecoilConstants
java.lang.Object
org.jlab.detector.geant4.v2.recoil.RecoilConstants
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final String[]static final double[]static final double[]static final doublestatic final intstatic final intstatic final intstatic final intstatic final intstatic final doublestatic final double[]static final doublestatic final doublestatic final doublestatic final double[]
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic DatabaseConstantProviderLoads the the necessary tables for the URWELL geometry for a given DatabaseConstantProvider.static Stringstatic voidReads all the necessary constants from CCDB into static variables.
- 
Field Details- 
NMAXREGIONSpublic static final int NMAXREGIONS- See Also:
 
- 
NREGIONSpublic static final int NREGIONS- See Also:
 
- 
NSECTORSpublic static final int NSECTORS- See Also:
 
- 
NLAYERSpublic static final int NLAYERS- See Also:
 
- 
NCHAMBERSpublic static final int NCHAMBERS- See Also:
 
- 
HORIZONTHAL_OPENING_ANGLEpublic static final double HORIZONTHAL_OPENING_ANGLE- See Also:
 
- 
VERTICAL_OPENING_ANGLEpublic static final double VERTICAL_OPENING_ANGLE- See Also:
 
- 
RADIUSpublic static final double[] RADIUS
- 
WIDTHpublic static final double[] WIDTH
- 
HEIGHTpublic static final double[] HEIGHT
- 
THTILTpublic static final double THTILT- See Also:
 
- 
CHAMBERVOLUMESTHICKNESSpublic static final double[] CHAMBERVOLUMESTHICKNESS
- 
CHAMBERVOLUMESNAME
- 
PITCHpublic static final double PITCH- See Also:
 
- 
STEREOANGLEpublic static final double STEREOANGLE- See Also:
 
 
- 
- 
Constructor Details- 
RecoilConstantspublic RecoilConstants()
 
- 
- 
Method Details- 
getCcdbPath
- 
connectLoads the the necessary tables for the URWELL geometry for a given DatabaseConstantProvider.- Returns:
- DatabaseConstantProvider the same thing
 
- 
loadReads 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
 
 
-