#include <SctApiHisto.h>
Inheritance diagram for SctApi::ScanControlTIMHisto:
Public Member Functions | |
ScanControlTIMHisto (SctApi &api, boost::shared_ptr< Scan > aScan, boost::shared_ptr< ScanEx > aScanEx) | |
void | startHistogramming () |
Check possible and start. | |
void | nextBin () |
Move to the next bin if appropriate. | |
void | finishHistogram (bool success) |
Tidy up, read out and save histogram. | |
bool | checkScanCompleteROD (const RodLabel &rodLabel, bool &progressMade, bool &newBin, int &totalBin) |
Is this ROD scan complete? | |
Private Attributes | |
int | binCount |
Definition at line 309 of file SctApiHisto.h.
|
Is this ROD scan complete?
Reimplemented from SctApi::ScanControlRODHisto. Definition at line 3204 of file SctApiHisto.cxx. |
|
Tidy up, read out and save histogram.
Reimplemented from SctApi::ScanControlRODHisto. Definition at line 2548 of file SctApiHisto.cxx. |
|
Move to the next bin if appropriate.
Reimplemented from SctApi::ScanControlRODHisto. Definition at line 3015 of file SctApiHisto.cxx. References SctApi::ScanControlRODHisto::dumpHistoStatus(), SctApi::ScanControlRODHisto::getProcTime(), and SctApi::ScanControlRODHisto::getTrapBuffers(). |
Here is the call graph for this function:
|
Check possible and start.
Reimplemented from SctApi::ScanControlRODHisto. Definition at line 2971 of file SctApiHisto.cxx. |