Class Constants
java.lang.Object
org.jlab.rec.vtx.Constants
- Author:
- veronique
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic doublestatic Constantspublic access to the singletonstatic voidsetDOCACUT(double aDOCACUT)
-
Field Details
-
DZ
public static final double DZ- See Also:
-
DEBUGMODE
public static boolean DEBUGMODE
-
-
Constructor Details
-
Constants
public Constants()
-
-
Method Details
-
getInstance
public access to the singleton- Returns:
- the constants singleton
-
getDOCACUT
public static double getDOCACUT()- Returns:
- the DOCACUT
-
setDOCACUT
public static void setDOCACUT(double aDOCACUT) - Parameters:
aDOCACUT- the DOCACUT to set
-