#include <ScanMonitor.h>
Inheritance diagram for SctApi::ScanMonitor:
Public Member Functions | |
virtual void | newBin (int prevTriggers, int newBin)=0 |
Move to another bin and notify of trigger count for current one. | |
virtual void | finishScan ()=0 |
Stop tasks and readout histogram. |
For internal scans the job of scan monitor is done by scanLoop and pollHistogramming.
Definition at line 17 of file ScanMonitor.h.
|
Stop tasks and readout histogram.
Implemented in SctApi::ScanMonitorImpl, and TScanMonitor. |
|
Move to another bin and notify of trigger count for current one.
Implemented in SctApi::ScanMonitorImpl, and TScanMonitor. |