Modifier and Type | Class and Description |
---|---|
class |
EvioEvent
An event is really just the outer, primary bank.
|
Modifier and Type | Method and Description |
---|---|
static EvioBank |
StructureTransformer.transform(EvioSegment segment,
int num)
Create an EvioBank object from an EvioSegment.
|
static EvioBank |
StructureTransformer.transform(EvioTagSegment tagsegment,
int num)
Create an EvioBank object from an EvioTagSegment.
|
Modifier and Type | Method and Description |
---|---|
static EvioSegment |
StructureTransformer.transform(EvioBank bank)
Create an EvioSegment object from an EvioBank.
|
static EvioTagSegment |
StructureTransformer.transform(EvioBank bank,
int dummy)
Create an EvioTagSegment object from an EvioBank.
|
void |
EventWriter.writeEvent(EvioBank bank)
Write an event (bank) to a buffer containing evio version 4 format blocks.
|