|
|||||||||
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.GrainDetectorSolarCellArray
public class GrainDetectorSolarCellArray
Describes the Great Pin detector subsystem.
Field Summary | |
---|---|
java.util.ArrayList<GrainDetectorSolarCell> |
cells
Container for the GrainDetectorPin objects. |
int |
fold
The number of raw hits. |
Fields inherited from class fi.jyu.phys.grain.sort.detector.GrainDetector |
---|
fail, piledup, time, valid, vetoed |
Constructor Summary | |
---|---|
GrainDetectorSolarCellArray(int offset)
Creates a new instance of GrainDetectorDSSD |
Method Summary | |
---|---|
void |
feed(GrainGreatDatum data)
Add data into the detector list. |
Methods inherited from class fi.jyu.phys.grain.sort.detector.GrainDetector |
---|
clone, contains, invalidate |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.util.ArrayList<GrainDetectorSolarCell> cells
public int fold
Constructor Detail |
---|
public GrainDetectorSolarCellArray(int offset)
offset
- Offset into the ADC address space.Method Detail |
---|
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 |