#include <TApi.h>
Inheritance diagram for TScanMonitor:
Public Member Functions | |
virtual | ~TScanMonitor () |
Call appropriate destructor. | |
void | newBin (int prevTriggers, int newBin) |
Move to another bin and notify of trigger count for current one. | |
void | finishScan () |
Stop tasks and readout histogram. | |
Protected Member Functions | |
TScanMonitor () | |
Accessible by ScanMonitorWrapper through friend relationship. | |
Private Member Functions | |
TScanMonitor & | operator= (const TScanMonitor &) |
TScanMonitor (const TScanMonitor &) | |
Friends | |
class | ScanMonitorWrapper |
Wrap Scan class for ROOT
Definition at line 182 of file TApi.h.
|
Accessible by ScanMonitorWrapper through friend relationship.
|
|
Call appropriate destructor.
|
|
Stop tasks and readout histogram.
Implements SctApi::ScanMonitor. Definition at line 1019 of file TApi.cxx. References ScanMonitorWrapper::worker(). Here is the call graph for this function: ![]() |
|
Move to another bin and notify of trigger count for current one.
Implements SctApi::ScanMonitor. Definition at line 1015 of file TApi.cxx. References ScanMonitorWrapper::worker(). Here is the call graph for this function: ![]() |