Package xal.smf.impl
Class NeutronDetector
java.lang.Object
xal.smf.AcceleratorNode
xal.smf.impl.BLM
xal.smf.impl.NeutronDetector
- All Implemented Interfaces:
Comparable
,ElementType
,DataListener
The implementation of the Neutron Detector class. ND's are a subclass of loss
monitors that detect neutron losses. A separate class is provided for these
since they may need to be grabbed separately.
- Author:
- J. Galambos (jdg@ornl.gov)
-
Field Summary
FieldsFields inherited from class xal.smf.impl.BLM
LOSS_AVG_HANDLE, LOSS_INT_HANDLE, lossAvg, lossInt, T_AVG_LEN_HANDLE, tAvgLen
-
Constructor Summary
ConstructorsConstructorDescriptionNeutronDetector
(String strId) ConstructorNeutronDetector
(String strId, ChannelFactory channelFactory) Constructor -
Method Summary
Methods inherited from class xal.smf.impl.BLM
getLossAvg, getLossInt, getTAvgLen
Methods inherited from class xal.smf.AcceleratorNode
addBucket, batchConnectAllHandles, batchConnectAllHandlesAndWait, channelSuite, clear, compareTo, dataLabel, findChannel, getAccelerator, getAccessibleProperties, getAccessibleProperties, getAlign, getAllChannels, getAndConnectChannel, getAndConnectChannelSetAndReadback, getAper, getBucket, getBuckets, getChannel, getDefaultHandles, getDesignPropertyValue, getEId, getHandles, getId, getLength, getLivePropertyChannels, getLivePropertyValue, getParent, getPId, getPitchAngle, getPosition, getPrimaryAncestor, getProperties, getReadbackHandles, getRollAngle, getSDisplay, getSetHandle, getSoftType, getStatus, getTwiss, getValid, getXOffset, getYawAngle, getYOffset, getZOffset, hasBucket, hasParent, isChannelSettable, isKindOf, isMagnet, lazilyGetAndConnect, removeFromParent, setAccelerator, setAlign, setAper, setDesignPropertyValue, setLength, setLivePropertyValue, setParent, setPitchAngle, setPosition, setRollAngle, setSDisplay, setStatus, setTwiss, setValid, setValueAndVerify, setXOffset, setYawAngle, setYOffset, setZOffset, toString, update, write, writeAttributes, writeStatus
-
Field Details
-
TYPE
standard type for instances of this class- See Also:
-
-
Constructor Details
-
NeutronDetector
Constructor -
NeutronDetector
Constructor
-
-
Method Details