|
|||||||||
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.GrainDetectorSolarCell
public class GrainDetectorSolarCell
Describes a single solar-cell in the coulex plunger experiment.
Field Summary | |
---|---|
double |
e
The gainmatched readout of the ADC. |
int |
number
Position number of this detector in the array (0-31). |
double |
oe
The raw readout of the ADC. |
int |
ring
Ring number of this detector in the array (0-2). |
Fields inherited from class fi.jyu.phys.grain.sort.detector.GrainDetector |
---|
fail, piledup, time, valid, vetoed |
Constructor Summary | |
---|---|
GrainDetectorSolarCell(int offset)
Creates a new instance of GrainDetectorPin. |
|
GrainDetectorSolarCell(int offset,
GrainGreatDatum data)
Creates a new instance of GrainDetectorPin. |
Method Summary | |
---|---|
void |
feed(GrainGreatDatum data)
Add data into the detector list. |
void |
invalidate()
Invalidates this detector. |
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 e
public int number
public int ring
public double oe
Constructor Detail |
---|
public GrainDetectorSolarCell(int offset)
offset
- Offset into the ADC address space.public GrainDetectorSolarCell(int offset, GrainGreatDatum data)
offset
- Offset into the ADC address space.data
- Parsed TRD ADC data.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 |