Package org.jlab.detector.examples
Class DetectorTiming
java.lang.Object
org.jlab.detector.examples.DetectorTiming
- All Implemented Interfaces:
DetectorListener
,IDataEventListener
- Author:
- gavalian
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
dataEventAction
(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 void
void
processShape
(DetectorShape2D shape) void
void
-
Constructor Details
-
DetectorTiming
public DetectorTiming()
-
-
Method Details
-
dataEventAction
- Specified by:
dataEventAction
in interfaceIDataEventListener
-
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:
timerUpdate
in interfaceIDataEventListener
-
resetEventListener
public void resetEventListener()- Specified by:
resetEventListener
in interfaceIDataEventListener
-
processShape
- Specified by:
processShape
in interfaceDetectorListener
-
getPanel
-
main
-