|
|||||||||
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
fi.jyu.phys.grain.sort.detector.GrainDetectorTAC
public class GrainDetectorTAC
Describes a Time-to-Amplitude-Converter.
Field Summary | |
---|---|
double |
t
The ADC reading i.e the TAC time difference. |
Fields inherited from class fi.jyu.phys.grain.sort.detector.GrainDetector |
---|
fail, piledup, time, valid, vetoed |
Constructor Summary | |
---|---|
GrainDetectorTAC(int offset)
Creates a new instance of GrainDetectorTAC |
Method Summary | |
---|---|
void |
feed(GrainGreatDatum data)
Add data into the detector list. |
void |
invalidate()
Invalidates the TAC. |
Methods inherited from class fi.jyu.phys.grain.sort.detector.GrainDetector |
---|
clone, contains |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public double t
Constructor Detail |
---|
public GrainDetectorTAC(int offset)
offset
- Offset into the ADC address space.Method Detail |
---|
public void invalidate()
invalidate
in class GrainDetector
public void feed(GrainGreatDatum data)
feed
in class GrainDetector
data
- Parsed TDR ADC data.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |