|
|||||||||
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.GrainDetectorDSSD
public class GrainDetectorDSSD
Describes the Great DSSD detector
Field Summary | |
---|---|
int |
count
Total number of raw hits. |
double |
e
The highest gainmatched energy deposited in vertical strips. |
double |
oe
The highest non-gainmatched energy deposited in vertical strips. |
java.util.ArrayList<GrainDetectorStrip> |
strips
ArrayList of all GrainDetectorStrip objects. |
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. |
boolean |
xfail
|
double |
xo
The highest non-gainmatched energy deposited in vertical strips. |
boolean |
xpiledup
|
java.util.ArrayList<GrainDetectorStrip> |
xstrips
ArrayList of GrainDetectorStrip objects along x-cooordinate. |
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. |
boolean |
yfail
|
double |
yo
The highest non-gainmatched energy deposited in horizontal strips. |
boolean |
ypiledup
|
java.util.ArrayList<GrainDetectorStrip> |
ystrips
ArrayList of GrainDetectorStrip objects along y-cooordinate. |
Fields inherited from class fi.jyu.phys.grain.sort.detector.GrainDetector |
---|
fail, piledup, time, valid, vetoed |
Constructor Summary | |
---|---|
GrainDetectorDSSD(int offset)
Creates a new instance of GrainDetectorDSSD. |
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 double oe
public double yo
public double xo
public java.util.ArrayList<GrainDetectorStrip> strips
public java.util.ArrayList<GrainDetectorStrip> xstrips
public java.util.ArrayList<GrainDetectorStrip> ystrips
public boolean xpiledup
public boolean ypiledup
public boolean xfail
public boolean yfail
Constructor Detail |
---|
public GrainDetectorDSSD(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 |