fi.jyu.phys.grain.sort
Class GrainSolarCellEvent

java.lang.Object
  extended by fi.jyu.phys.grain.sort.GrainEvent
      extended by fi.jyu.phys.grain.sort.GrainTDREvent
          extended by fi.jyu.phys.grain.sort.GrainSolarCellEvent
All Implemented Interfaces:
java.lang.Cloneable

public class GrainSolarCellEvent
extends GrainTDREvent

A Great Event parsed by the Grain Event Parser

Author:
pajura

Field Summary
 GrainDetectorGermaniumArray juro
          The JuroGam germanium detector array
 GrainDetectorSolarCellArray scarray
          The SolarCell detector subsystem
 GrainDetectorTAC scgetac
          The SolarCell-ge TAC
 
Fields inherited from class fi.jyu.phys.grain.sort.GrainTDREvent
stamp, trigger
 
Fields inherited from class fi.jyu.phys.grain.sort.GrainEvent
blocknumber, filenumber, store
 
Constructor Summary
GrainSolarCellEvent(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

scgetac

public GrainDetectorTAC scgetac
The SolarCell-ge TAC


scarray

public GrainDetectorSolarCellArray scarray
The SolarCell detector subsystem


juro

public GrainDetectorGermaniumArray juro
The JuroGam germanium detector array

Constructor Detail

GrainSolarCellEvent

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

Overrides:
set in class GrainTDREvent
Parameters:
data - Parsed TDR ADC data.

build

public void build()
Build the event

Overrides:
build in class GrainTDREvent