Modifier and Type | Class and Description |
---|---|
class |
BankHeader
This the header for an evio bank structure (
EvioBank ). |
class |
SegmentHeader
This the the header for an evio segment structure (
EvioSegment ). |
class |
TagSegmentHeader
This the the header for an evio tag segment structure (
EvioTagSegment ). |
Modifier and Type | Field and Description |
---|---|
protected BaseStructureHeader |
BaseStructure.header
Holds the header of the bank.
|
Modifier and Type | Method and Description |
---|---|
BaseStructureHeader |
BaseStructure.getHeader()
This is a method from the IEvioStructure Interface.
|
BaseStructureHeader |
IEvioStructure.getHeader()
Returns the header for this structure
|
Constructor and Description |
---|
BaseStructure(BaseStructureHeader header)
Constructor using a provided header
|