|
|||||||||
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.GrainDetectorClover
public class GrainDetectorClover
Describes the Great Clover detector subsystem
Field Summary | |
---|---|
java.util.ArrayList<GrainDetectorCloverCrystal> |
crystals
ArrayList of GrainDetectorCloverCrystal objects. |
int |
fold
Number of raw hits. |
java.util.ArrayList<GrainDetectorCloverPosition> |
positions
ArrayList of GrainDetectorCloverCrystal objects. |
Fields inherited from class fi.jyu.phys.grain.sort.detector.GrainDetector |
---|
fail, piledup, time, valid, vetoed |
Constructor Summary | |
---|---|
GrainDetectorClover(int offset)
|
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 java.util.ArrayList<GrainDetectorCloverCrystal> crystals
public java.util.ArrayList<GrainDetectorCloverPosition> positions
public int fold
Constructor Detail |
---|
public GrainDetectorClover(int offset)
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 |