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

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

public class GrainDetectorSacred
extends GrainDetector

Author:
pajura

Field Summary
 int fold
           
 java.util.ArrayList<GrainDetectorSacredPixel> pixels
           
 
Fields inherited from class fi.jyu.phys.grain.sort.detector.GrainDetector
fail, piledup, time, valid, vetoed
 
Constructor Summary
GrainDetectorSacred()
          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

pixels

public java.util.ArrayList<GrainDetectorSacredPixel> pixels

fold

public int fold
Constructor Detail

GrainDetectorSacred

public GrainDetectorSacred()
Creates a new instance of GrainDetectorDSSD

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.