public interface EtEventSelectable
Modifier and Type | Method and Description |
---|---|
boolean |
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.
|
boolean select(org.jlab.coda.et.system.SystemCreate sys, org.jlab.coda.et.system.StationLocal st, EtEvent ev)
sys
- the ET system objectst
- the station using a user-defned selection methodev
- event being evaluated for selectiontrue
if event is accepted for entrance into station,
else false
.