Package org.jlab.detector.examples
Class DetectorTiming
java.lang.Object
org.jlab.detector.examples.DetectorTiming
- All Implemented Interfaces:
DetectorListener,org.jlab.io.task.IDataEventListener
public class DetectorTiming
extends Object
implements org.jlab.io.task.IDataEventListener, DetectorListener
- Author:
- gavalian
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddataEventAction(org.jlab.io.base.DataEvent event) List<org.jlab.groot.data.H1F>getHistograms(List<DetectorDataDgtz> dataSet, DetectorType type, int sector) List<org.jlab.groot.data.H1F>getHistograms(List<DetectorDataDgtz> dataSet, DetectorType type, int sector, int layer) getPanel()static voidvoidprocessShape(DetectorShape2D shape) voidvoid
-
Constructor Details
-
DetectorTiming
public DetectorTiming()
-
-
Method Details
-
dataEventAction
public void dataEventAction(org.jlab.io.base.DataEvent event) - Specified by:
dataEventActionin interfaceorg.jlab.io.task.IDataEventListener
-
getHistograms
public List<org.jlab.groot.data.H1F> getHistograms(List<DetectorDataDgtz> dataSet, DetectorType type, int sector) -
getHistograms
public List<org.jlab.groot.data.H1F> getHistograms(List<DetectorDataDgtz> dataSet, DetectorType type, int sector, int layer) -
timerUpdate
public void timerUpdate()- Specified by:
timerUpdatein interfaceorg.jlab.io.task.IDataEventListener
-
resetEventListener
public void resetEventListener()- Specified by:
resetEventListenerin interfaceorg.jlab.io.task.IDataEventListener
-
processShape
- Specified by:
processShapein interfaceDetectorListener
-
getPanel
-
main
-