|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfi.jyu.phys.grain.sort.detector.GrainDetector
public class GrainDetector
Base class of all the detectors in Grain TDR sorting.
Field Summary | |
---|---|
boolean |
fail
Conversion failed data bit for this detector. |
boolean |
piledup
Data was piled-up for this detector. |
long |
time
Absolute time of the ADC trigger in ticks (10ns). |
boolean |
valid
Valid data bit for this detector. |
boolean |
vetoed
Data was vetoed for this detector. |
Constructor Summary | |
---|---|
GrainDetector()
Creates a new instance of GrainDetector |
Method Summary | |
---|---|
java.lang.Object |
clone()
Clones the detector. |
boolean |
contains(int channel)
Checks wheter given ADC address belongs to this detector. |
void |
feed(GrainGreatDatum data)
Add data into the detector. |
void |
invalidate()
Invalidates this detector. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public boolean valid
public boolean fail
public boolean piledup
public boolean vetoed
public long time
Constructor Detail |
---|
public GrainDetector()
Method Detail |
---|
public void invalidate()
public void feed(GrainGreatDatum data)
data
- Parsed TDR ADC data.public boolean contains(int channel)
channel
- ADC channel address
public java.lang.Object clone()
clone
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |