Uses of Enum Class
simpa.acc.api.match.MatchingValueType
Packages that use MatchingValueType
Package
Description
This package contains all the interfaces and classes related to optics
matching or any other optimization which is performed by tracking beams or
particles.
-
Uses of MatchingValueType in simpa.acc.api.match
Methods in simpa.acc.api.match that return MatchingValueTypeModifier and TypeMethodDescriptionMatchingTarget.getValueType()
static MatchingValueType
Returns the enum constant of this class with the specified name.static MatchingValueType[]
MatchingValueType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in simpa.acc.api.match with parameters of type MatchingValueTypeModifierConstructorDescriptionMatchingTarget
(double targetValue, MatchingTargetType type, Double longitudinalPosition, double weight, MatchingValueType valueType) Creates a new MatchingTarget object with the specified vale type.