|
|||||||||
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.GrainDetectorMWPC
public class GrainDetectorMWPC
Describes the Grain Multi-Wire-Proportional-Counter i.e the gas detector.
Field Summary | |
---|---|
int |
count
Number of ADC data items fed |
double |
de
The energy deposited in the detector. |
double |
x1
The "right" coordinate. |
double |
x2
The "left" coordinate. |
double |
y1
The "top" coordinate. |
double |
y2
The "bottom" coordinate. |
Fields inherited from class fi.jyu.phys.grain.sort.detector.GrainDetector |
---|
fail, piledup, time, valid, vetoed |
Constructor Summary | |
---|---|
GrainDetectorMWPC(int offset)
Creates a new instance of GrainDetectorMWPC |
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 double x1
public double x2
public double y1
public double y2
public double de
Constructor Detail |
---|
public GrainDetectorMWPC(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 |