#include <SctApiHisto.h>
Public Types | |
typedef std::map< RodLabel, RodScanEx > | RodInfoMap |
Public Member Functions | |
ScanEx () | |
RodScanEx & | getOrNewRod (const RodLabel &l, RodScanEx defaultEx) |
const RodScanEx & | getRodScanInfo (const RodLabel &l) const |
RodScanEx & | getRodScanInfo (const RodLabel &l) |
Data Fields | |
std::map< RodLabel, RodScanEx > | rodInfo |
Info for individual RODs. | |
std::vector< std::list< std::string > > | groupLists |
Which modules are in which groups. | |
unsigned int | diagnosticReg |
What the diagnostic reg was set to... for debug mode. | |
std::map< std::pair< RodLabel, int >, Utility::MemoryBlock > | histoMap |
std::map< std::pair< RodLabel, int >, Utility::MemoryBlock > | evCountMap |
int | trimScan |
Is this a trim scan? | |
UINT8 | groupDspMap [4] |
UINT8 | groupSpMap [2] |
UINT8 | groupRangeMap [2] |
This information is global to a scan so anything here shouldn't restrict to one ROD
Definition at line 70 of file SctApiHisto.h.
|
What the diagnostic reg was set to... for debug mode.
Definition at line 110 of file SctApiHisto.h. |
|
Which modules are in which groups.
Definition at line 89 of file SctApiHisto.h. |
|
Info for individual RODs.
Definition at line 80 of file SctApiHisto.h. Referenced by SctApi::doHistogramSetup(), getOrNewRod(), getRodScanInfo(), SctApi::preScanHardwareCheck(), and SctApi::stopHistogramming(). |
|
Is this a trim scan?
Definition at line 117 of file SctApiHisto.h. |