Package org.jlab.rec.vtx
Class Constants
java.lang.Object
org.jlab.rec.vtx.Constants
- Author:
- veronique
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic double
static Constants
public access to the singletonstatic void
setDOCACUT
(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
-