Class YaspUtil
- java.lang.Object
-
- cern.accsoft.steering.aloha.read.yasp.YaspUtil
-
public final class YaspUtil extends java.lang.Objectsome special methods/constants related to yasp
-
-
Field Summary
Fields Modifier and Type Field Description static doubleTO_MODEL_CONVERSION_FACTORthe conversion factor from positions in yasp [um] to positions in the model.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static doubletoModel(double value)converts the given value to units of the model.
-
-
-
Field Detail
-
TO_MODEL_CONVERSION_FACTOR
public static final double TO_MODEL_CONVERSION_FACTOR
the conversion factor from positions in yasp [um] to positions in the model. [m]- See Also:
- Constant Field Values
-
-