Package | Description |
---|---|
org.jlab.coda.jevio |
Modifier and Type | Class and Description |
---|---|
class |
BaseStructure
This is the base class for all evio structures: Banks, Segments, and TagSegments.
|
class |
EvioBank
This holds a CODA Bank structure.
|
class |
EvioEvent
An event is really just the outer, primary bank.
|
class |
EvioSegment
This holds a CODA Segment structure.
|
class |
EvioTagSegment
This holds a CODA TagSegment structure.
|
Modifier and Type | Method and Description |
---|---|
boolean |
IEvioFilter.accept(StructureType structureType,
IEvioStructure structure)
Accept or reject the given structure.
|
void |
IEvioListener.gotStructure(BaseStructure topStructure,
IEvioStructure structure)
Called after a structure is read in while parsing or searching an event
and any filter has accepted it.
|