Package xal.smf.impl

Class NeutronDetector

All Implemented Interfaces:
Comparable, ElementType, DataListener

public class NeutronDetector extends BLM
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 Details

  • Constructor Details

    • NeutronDetector

      public NeutronDetector(String strId, ChannelFactory channelFactory)
      Constructor
    • NeutronDetector

      public NeutronDetector(String strId)
      Constructor
  • Method Details

    • getType

      public String getType()
      Override to provide type signature
      Overrides:
      getType in class BLM