fi.jyu.phys.grain.sort
Class GrainTDREvent

java.lang.Object
  extended by fi.jyu.phys.grain.sort.GrainEvent
      extended by fi.jyu.phys.grain.sort.GrainTDREvent
All Implemented Interfaces:
java.lang.Cloneable
Direct Known Subclasses:
GrainGreatEvent, GrainSolarCellEvent

public class GrainTDREvent
extends GrainEvent

A Great Event parsed by the Grain Event Parser

Author:
pajura

Field Summary
 long stamp
           
 int trigger
           
 
Fields inherited from class fi.jyu.phys.grain.sort.GrainEvent
blocknumber, filenumber, store
 
Constructor Summary
GrainTDREvent(long stamp)
          Creates a new instance of GrainGreatEvent
 
Method Summary
 void build()
          Build the event
 void set(GrainGreatDatum data)
          Add data into the event.
 
Methods inherited from class fi.jyu.phys.grain.sort.GrainEvent
clone, setPosition
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

stamp

public long stamp

trigger

public int trigger
Constructor Detail

GrainTDREvent

public GrainTDREvent(long stamp)
Creates a new instance of GrainGreatEvent

Parameters:
stamp - The event time stamp = trigger wall time
Method Detail

set

public void set(GrainGreatDatum data)
Add data into the event.

Parameters:
data - Parsed TDR ADC data.

build

public void build()
Build the event

Specified by:
build in class GrainEvent