fi.jyu.phys.grain.sort
Class GrainPreJ2Event

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.GrainPreJ2Event
All Implemented Interfaces:
java.lang.Cloneable

public class GrainPreJ2Event
extends GrainGreatEvent

A Great+PreJuroGam2 Event parsed by the Grain Event Parser. 15 Phase1s instrumented using TDR ADCs 12 Clovers instrumented using TNT2s

Author:
pajura

Field Summary
 GrainDetectorPreJ2CArray clos
          The clover detector array
 GrainDetectorPreJ2PArray ph1s
          The phase1 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
GrainPreJ2Event(long stamp)
          Creates a new instance of GrainPreJ2Event
 
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

ph1s

public GrainDetectorPreJ2PArray ph1s
The phase1 detector array


clos

public GrainDetectorPreJ2CArray clos
The clover detector array

Constructor Detail

GrainPreJ2Event

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

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