#include <ISSummaryData.h>
Inheritance diagram for ISSummaryData:
Public Member Functions | |
ISSummaryData () | |
~ISSummaryData () | |
Static Public Member Functions | |
static const ISType & | type () |
Data Fields | |
std::string | serialNumber |
Serial number of the module. | |
std::string | location |
Location of test. | |
unsigned long | runNumber |
The run number in which this Summary was extracted. | |
unsigned long | scanNumber |
The scan number in which this Summary was extracted. | |
unsigned long | headerVersion |
Version of this summary header class - used in streaming. | |
Protected Member Functions | |
ISSummaryData (const std::string &type) | |
void | publishGuts (ISostream &out) |
void | refreshGuts (ISistream &in) |
Private Member Functions | |
void | initialize () |
Definition at line 19 of file ISSummaryData.h.
|
Version of this summary header class - used in streaming. MUST be incrimented if definition class changes. Definition at line 45 of file ISSummaryData.h. Referenced by initialize(), publishGuts(), and refreshGuts(). |
|
Location of test. SR1 or Pit Definition at line 30 of file ISSummaryData.h. Referenced by publishGuts(), refreshGuts(), and SctData::ISTestSummary::ISSummaryWriter::writeHeader(). |
|
The run number in which this Summary was extracted.
Definition at line 35 of file ISSummaryData.h. Referenced by publishGuts(), refreshGuts(), and SctData::ISTestSummary::ISSummaryWriter::writeHeader(). |
|
The scan number in which this Summary was extracted.
Definition at line 40 of file ISSummaryData.h. Referenced by publishGuts(), refreshGuts(), and SctData::ISTestSummary::ISSummaryWriter::writeHeader(). |
|
Serial number of the module.
Definition at line 25 of file ISSummaryData.h. Referenced by publishGuts(), refreshGuts(), and SctData::ISTestSummary::ISSummaryWriter::writeHeader(). |