Class DaqPulsePlotter

java.lang.Object
org.jlab.detector.examples.DaqPulsePlotter
All Implemented Interfaces:
ActionListener, EventListener, DetectorListener, org.jlab.io.task.IDataEventListener

public class DaqPulsePlotter extends Object implements org.jlab.io.task.IDataEventListener, DetectorListener, ActionListener
Author:
gavalian
  • Field Details Link icon

    • detectorNames Link icon

      public String[] detectorNames
    • detectorSectors Link icon

      public String[] detectorSectors
    • detectorLayers Link icon

      public String[] detectorLayers
    • detectorBunch Link icon

      public String[] detectorBunch
  • Constructor Details Link icon

    • DaqPulsePlotter Link icon

      public DaqPulsePlotter()
  • Method Details Link icon

    • updateDetectorView Link icon

      public void updateDetectorView()
    • dataEventAction Link icon

      public void dataEventAction(org.jlab.io.base.DataEvent event)
      Specified by:
      dataEventAction in interface org.jlab.io.task.IDataEventListener
    • getData Link icon

      public org.jlab.groot.data.H1F getData(DetectorDataDgtz data)
    • addPulse Link icon

      public void addPulse(DetectorDataDgtz data)
    • timerUpdate Link icon

      public void timerUpdate()
      Specified by:
      timerUpdate in interface org.jlab.io.task.IDataEventListener
    • resetEventListener Link icon

      public void resetEventListener()
      Specified by:
      resetEventListener in interface org.jlab.io.task.IDataEventListener
    • processShape Link icon

      public void processShape(DetectorShape2D shape)
      Specified by:
      processShape in interface DetectorListener
    • drawSectorLayer Link icon

      public void drawSectorLayer(DetectorType type, int sector, int layer)
    • getPanel Link icon

      public JPanel getPanel()
    • actionPerformed Link icon

      public void actionPerformed(ActionEvent e)
      Specified by:
      actionPerformed in interface ActionListener
    • main Link icon

      public static void main(String[] args)