|
|||||||||
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.GrainDetectorCloverPosition
public class GrainDetectorCloverPosition
Describes a crystal in the Great Clover Position readout.
Field Summary | |
---|---|
double |
e
Gainmatched energy readout. |
int |
number
The position number (0-15). |
double |
oe
Ungainmatched energy readout. |
int |
x
The x-coordinate (0-3). |
int |
y
The y-coordinate (0-3). |
Fields inherited from class fi.jyu.phys.grain.sort.detector.GrainDetector |
---|
fail, piledup, time, valid, vetoed |
Constructor Summary | |
---|---|
GrainDetectorCloverPosition(int offset)
Creates a new instance of GrainDetectorCloverCrystal |
|
GrainDetectorCloverPosition(int offset,
GrainGreatDatum data)
Creates a new instance of GrainDetectorCloverCrystal initialised to ADC data |
Method Summary | |
---|---|
void |
feed(GrainGreatDatum data)
Add data into the detector. |
void |
invalidate()
Invalidates the 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 double oe
public int number
public int x
public int y
Constructor Detail |
---|
public GrainDetectorCloverPosition(int offset)
offset
- Offset into the ADC address space.public GrainDetectorCloverPosition(int offset, 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)
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 |