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

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

public class GrainDetectorSolarCellArray
extends GrainDetector

Describes the Great Pin detector subsystem.

Author:
pajura

Field Summary
 java.util.ArrayList<GrainDetectorSolarCell> cells
          Container for the GrainDetectorPin objects.
 int fold
          The number of raw hits.
 
Fields inherited from class fi.jyu.phys.grain.sort.detector.GrainDetector
fail, piledup, time, valid, vetoed
 
Constructor Summary
GrainDetectorSolarCellArray(int offset)
          Creates a new instance of GrainDetectorDSSD
 
Method Summary
 void feed(GrainGreatDatum data)
          Add data into the detector list.
 
Methods inherited from class fi.jyu.phys.grain.sort.detector.GrainDetector
clone, contains, invalidate
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cells

public java.util.ArrayList<GrainDetectorSolarCell> cells
Container for the GrainDetectorPin objects.


fold

public int fold
The number of raw hits.

Constructor Detail

GrainDetectorSolarCellArray

public GrainDetectorSolarCellArray(int offset)
Creates a new instance of GrainDetectorDSSD

Parameters:
offset - Offset into the ADC address space.
Method Detail

feed

public void feed(GrainGreatDatum data)
Add data into the detector list.

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