Modifier and Type | Class and Description |
---|---|
class |
EtEventImpl
This class defines an ET event.
|
Modifier and Type | Method and Description |
---|---|
EtEvent[] |
EtSystem.getEvents(EtAttachment att,
org.jlab.coda.et.enums.Mode mode,
org.jlab.coda.et.enums.Modify modify,
int microSec,
int count)
Get events from an ET system.
|
EtEvent[] |
EtSystem.newEvents(EtAttachment att,
org.jlab.coda.et.enums.Mode mode,
boolean noBuffer,
int microSec,
int count,
int size,
int group)
Get new (unused) events from a specified group of such events in an ET system.
|
EtEvent[] |
EtSystem.newEvents(EtAttachment att,
org.jlab.coda.et.enums.Mode mode,
int microSec,
int count,
int size)
Get new (unused) events from an ET system.
|
Modifier and Type | Method and Description |
---|---|
void |
EtSystem.dumpEvents(EtAttachment att,
EtEvent[] evs)
Dispose of unwanted events in an ET system.
|
void |
EtSystem.dumpEvents(EtAttachment att,
EtEvent[] evs,
int offset,
int length)
Dispose of unwanted events in an ET system.
|
void |
EtSystem.putEvents(EtAttachment att,
EtEvent[] evs)
Put events into an ET system.
|
void |
EtSystem.putEvents(EtAttachment att,
EtEvent[] evs,
int offset,
int length)
Put events into an ET system.
|
boolean |
EtStationSelection.select(org.jlab.coda.et.system.SystemCreate sys,
org.jlab.coda.et.system.StationLocal st,
EtEvent ev) |
boolean |
EtEventSelectable.select(org.jlab.coda.et.system.SystemCreate sys,
org.jlab.coda.et.system.StationLocal st,
EtEvent ev)
An event selection method must follow this form.
|
Modifier and Type | Method and Description |
---|---|
void |
EtSystem.dumpEvents(EtAttachment att,
java.util.List<EtEvent> eventList)
Dispose of unwanted events in an ET system.
|
void |
EtSystem.putEvents(EtAttachment att,
java.util.List<EtEvent> eventList)
Put events into an ET system.
|