fi.jyu.phys.grain.sort.detector
Class GrainDetectorFocalPlaneArray

java.lang.Object
  extended by fi.jyu.phys.grain.sort.detector.GrainDetector
      extended by fi.jyu.phys.grain.sort.detector.GrainDetectorGermaniumArray
          extended by fi.jyu.phys.grain.sort.detector.GrainDetectorFocalPlaneArray
All Implemented Interfaces:
java.lang.Cloneable

public class GrainDetectorFocalPlaneArray
extends GrainDetectorGermaniumArray

Describes the Focal Plane germanium array detector subsystem. Contains the crystals of the Great clover and any extra germaniums at the focal plane. Extra germanium should be instrumented using ADC channels 400-415.

Author:
pajura

Field Summary
 
Fields inherited from class fi.jyu.phys.grain.sort.detector.GrainDetectorGermaniumArray
fold, ges
 
Fields inherited from class fi.jyu.phys.grain.sort.detector.GrainDetector
fail, piledup, time, valid, vetoed
 
Constructor Summary
GrainDetectorFocalPlaneArray(int offset)
          Creates a new instance of GrainDetectorGermaniumArray
 
Method Summary
 boolean contains(int channel)
          Checks wheter given ADC address belongs to this detector.
 void feed(GrainGreatDatum data)
          Feed data into the array.
 
Methods inherited from class fi.jyu.phys.grain.sort.detector.GrainDetectorGermaniumArray
dopplerCorrect, dopplerCorrect180
 
Methods inherited from class fi.jyu.phys.grain.sort.detector.GrainDetector
clone, invalidate
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GrainDetectorFocalPlaneArray

public GrainDetectorFocalPlaneArray(int offset)
Creates a new instance of GrainDetectorGermaniumArray

Parameters:
offset - Offset into the TDR ADR address space
Method Detail

contains

public boolean contains(int channel)
Checks wheter given ADC address belongs to this detector.

Overrides:
contains in class GrainDetector
Parameters:
channel - ADC channel address
Returns:
Channel belongs to this detector

feed

public void feed(GrainGreatDatum data)
Feed data into the array.

Overrides:
feed in class GrainDetector
Parameters:
data - Parsed TDR ADC data