|
|||||||||
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.GrainDetectorPlanarGe
public class GrainDetectorPlanarGe
Describes the Great Planar Germanium detector.
Field Summary | |
---|---|
int |
count
Total number of raw hits. |
double |
e
The highest gainmatched energy deposited in vertical strips. |
java.util.ArrayList<GrainDetectorStrip> |
strips
ArrayList of GrainDetectorStrip objects of all hits. |
int |
x
Vertical strip with the highest energy deposition. |
int |
xcount
Number of raw hits in the vertical strips. |
double |
xe
The highest gainmatched energy deposited in vertical strips. |
java.util.ArrayList<GrainDetectorStrip> |
xstrips
ArrayList of GrainDetectorStrip objects of hits in vertical strips. |
int |
y
Horizontal strip with the highest energy deposition. |
int |
ycount
Number of raw hits in the horizontal strips. |
double |
ye
The highest gainmatched energy deposited in horizontal strips. |
java.util.ArrayList<GrainDetectorStrip> |
ystrips
ArrayList of GrainDetectorStrip objects of hits in horizontal strips. |
Fields inherited from class fi.jyu.phys.grain.sort.detector.GrainDetector |
---|
fail, piledup, time, valid, vetoed |
Constructor Summary | |
---|---|
GrainDetectorPlanarGe(int offset)
Creates a new instance of GrainDetectorPlanarGe |
Method Summary | |
---|---|
void |
feed(GrainGreatDatum data)
Add data into the detector list. |
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 int count
public int xcount
public int ycount
public int x
public int y
public double e
public double xe
public double ye
public java.util.ArrayList<GrainDetectorStrip> strips
public java.util.ArrayList<GrainDetectorStrip> xstrips
public java.util.ArrayList<GrainDetectorStrip> ystrips
Constructor Detail |
---|
public GrainDetectorPlanarGe(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 |