|
|||||||||
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.GrainDetectorStrip
public class GrainDetectorStrip
Describes a gereric detector Strip.
Field Summary | |
---|---|
int |
channel
The ADC channel where the data originates from. |
int |
coord
Index in the strip space. |
double |
e
The gainmatched ADC readout value. |
double |
oe
The non-gainmatched ADC readout value. |
double |
ovalue
The non-gainmatched ADC readout value. |
double |
value
The gainmatched ADC readout value. |
Fields inherited from class fi.jyu.phys.grain.sort.detector.GrainDetector |
---|
fail, piledup, time, valid, vetoed |
Constructor Summary | |
---|---|
GrainDetectorStrip(int offset)
Creates a new instance of GrainDetectorStrip |
|
GrainDetectorStrip(int offset,
int coordinate,
GrainGreatDatum data)
Creates a new instance of GrainDetectorStrip |
Method Summary | |
---|---|
void |
feed(GrainGreatDatum data,
int coordinate)
Add data into the detector list. |
void |
invalidate()
Invalidates the strip. |
Methods inherited from class fi.jyu.phys.grain.sort.detector.GrainDetector |
---|
clone, contains, feed |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int channel
public double value
public double ovalue
public double e
public double oe
public int coord
Constructor Detail |
---|
public GrainDetectorStrip(int offset)
offset
- Offset into the ADC address space.public GrainDetectorStrip(int offset, int coordinate, GrainGreatDatum data)
offset
- Offset into the ADC address space.data
- Parsed TDR ADC data.Method Detail |
---|
public void invalidate()
invalidate
in class GrainDetector
public void feed(GrainGreatDatum data, int coordinate)
data
- Parsed TDR ADC data.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |