Modifier and Type | Method and Description |
---|---|
EvioEvent |
EventBuilder.getEvent()
Get the underlying event.
|
EvioEvent |
EvioReader.getEvent(int index)
Get the event in the file/buffer at a given index (starting at 1).
|
EvioEvent |
EvioReader.gotoEventNumber(int evNumber)
Go to a specific event in the file.
|
EvioEvent |
EvioReader.nextEvent()
Get the next event in the file/buffer.
|
EvioEvent |
EvioReader.parseEvent(int index)
This is a workhorse method.
|
EvioEvent |
EvioReader.parseNextEvent()
This is a workhorse method.
|
Modifier and Type | Method and Description |
---|---|
void |
EvioReader.parseEvent(EvioEvent evioEvent)
This will parse an event, SAX-like.
|
void |
EventParser.parseEvent(EvioEvent evioEvent)
This is the workhorse method for parsing the event.
|
void |
EventBuilder.setEvent(EvioEvent event)
Set the underlying event.
|
Constructor and Description |
---|
EventBuilder(EvioEvent event)
This is the constructor to use when you want to manipulate an existing event.
|