Uses of Enum Class
cnuphys.snr.test.HitTest.HitType
Packages that use HitTest.HitType
-
Uses of HitTest.HitType in cnuphys.snr.test
Methods in cnuphys.snr.test that return HitTest.HitTypeModifier and TypeMethodDescriptionHitTest.getActualHitType()
Gets the actual hit type.HitTest.getComputedHitType()
Gets the computed hit type.static HitTest.HitType
Returns the enum constant of this class with the specified name.static HitTest.HitType[]
HitTest.HitType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in cnuphys.snr.test with parameters of type HitTest.HitTypeModifier and TypeMethodDescriptionprotected HitTest
ChamberTest.createHit
(int layer, int wire, HitTest.HitType type) Create a hitvoid
HitTest.setComputedHitType
(HitTest.HitType computedHitType) Constructors in cnuphys.snr.test with parameters of type HitTest.HitType