fi.jyu.phys.grain.sort
Class GrainJuroGamEvent

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.GrainGreatEvent
              extended by fi.jyu.phys.grain.sort.GrainJuroGamEvent
All Implemented Interfaces:
java.lang.Cloneable

public class GrainJuroGamEvent
extends GrainGreatEvent

A Great+JuroGam Event parsed by the Grain Event Parser

Author:
pajura

Field Summary
 GrainDetectorGermaniumArray juro
          The JuroGam germanium detector array
 
Fields inherited from class fi.jyu.phys.grain.sort.GrainGreatEvent
clover, fparray, gas, gas2, pinarray, planar, pmtarray, sigastac, sigastac2, strip
 
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
GrainJuroGamEvent(long stamp)
          Creates a new instance of GrainJuroGamEvent
 
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

juro

public GrainDetectorGermaniumArray juro
The JuroGam germanium detector array

Constructor Detail

GrainJuroGamEvent

public GrainJuroGamEvent(long stamp)
Creates a new instance of GrainJuroGamEvent

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 GrainGreatEvent
Parameters:
data - Parsed TDR ADC data.

build

public void build()
Build the event

Overrides:
build in class GrainGreatEvent