|
|||||||||
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.GrainDetectorGermaniumArray
public class GrainDetectorGermaniumArray
Describes a generic germanium detector array .
Field Summary | |
---|---|
int |
fold
Number of raw hits (same as ges.size()). |
java.util.ArrayList<GrainDetectorGermanium> |
ges
Container for GrainGermaniumDetector objects. |
Fields inherited from class fi.jyu.phys.grain.sort.detector.GrainDetector |
---|
fail, piledup, time, valid, vetoed |
Constructor Summary | |
---|---|
GrainDetectorGermaniumArray()
Creates a new instance of GrainDetectorGermaniumArray |
|
GrainDetectorGermaniumArray(int offset)
Creates a new instance of GrainDetectorGermaniumArray |
Method Summary | |
---|---|
void |
dopplerCorrect(double beta)
Apply the correction for doppler shift for each detector in the ges list. |
void |
dopplerCorrect180(double beta)
Apply the correction for doppler shift for each detector in the ges list in reverge geometry. |
Methods inherited from class fi.jyu.phys.grain.sort.detector.GrainDetector |
---|
clone, contains, feed, invalidate |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.util.ArrayList<GrainDetectorGermanium> ges
public int fold
Constructor Detail |
---|
public GrainDetectorGermaniumArray()
public GrainDetectorGermaniumArray(int offset)
offset
- Offset into the TDR ADR address spaceMethod Detail |
---|
public void dopplerCorrect(double beta)
beta
- Value of v/c for the reaction.public void dopplerCorrect180(double beta)
beta
- Value of v/c for the reaction.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |