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

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

public class GrainDetectorPinArray
extends GrainDetector

Describes the Great Pin detector subsystem.

Author:
pajura

Field Summary
 int fold
          The number of raw hits.
 java.util.ArrayList<GrainDetectorPin> pins
          Container for the GrainDetectorPin objects.
 
Fields inherited from class fi.jyu.phys.grain.sort.detector.GrainDetector
fail, piledup, time, valid, vetoed
 
Constructor Summary
GrainDetectorPinArray(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

pins

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


fold

public int fold
The number of raw hits.

Constructor Detail

GrainDetectorPinArray

public GrainDetectorPinArray(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.