public class EtStationSelection extends java.lang.Object implements EtEventSelectable
Constructor and Description |
---|
EtStationSelection() |
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.
|
public boolean select(org.jlab.coda.et.system.SystemCreate sys, org.jlab.coda.et.system.StationLocal st, EtEvent ev)
EtEventSelectable
select
in interface EtEventSelectable
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
.