fi.jyu.phys.grain.sort
Class GrainGreatEvent

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
All Implemented Interfaces:
java.lang.Cloneable
Direct Known Subclasses:
GrainJuroGamEvent, GrainJuroGamTNTEvent, GrainPreJ2Event

public class GrainGreatEvent
extends GrainTDREvent

A Great Event parsed by the Grain Event Parser

Author:
pajura

Field Summary
 GrainDetectorClover clover
          The Great Clover detector
 GrainDetectorGermaniumArray fparray
          The Focal Plane Germanium Array
 GrainDetectorMWPC gas
          The Great MWPC detector
 GrainDetectorMWPC gas2
          The Great MWPC detector 2
 GrainDetectorPinArray pinarray
          The Great Pin detector subsystem
 GrainDetectorPlanarGe planar
          The Great Planar germanium detector
 GrainDetectorPMTArray pmtarray
          The Focal Plane PMT Array
 GrainDetectorTAC sigastac
          The Great DSSD-MWPC TAC
 GrainDetectorTAC sigastac2
          The Great DSSD-MWPC2 TAC
 GrainDetectorDSSD strip
          The Great DSSD detector
 
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
GrainGreatEvent(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

strip

public GrainDetectorDSSD strip
The Great DSSD detector


gas

public GrainDetectorMWPC gas
The Great MWPC detector


gas2

public GrainDetectorMWPC gas2
The Great MWPC detector 2


sigastac2

public GrainDetectorTAC sigastac2
The Great DSSD-MWPC2 TAC


sigastac

public GrainDetectorTAC sigastac
The Great DSSD-MWPC TAC


clover

public GrainDetectorClover clover
The Great Clover detector


pinarray

public GrainDetectorPinArray pinarray
The Great Pin detector subsystem


planar

public GrainDetectorPlanarGe planar
The Great Planar germanium detector


fparray

public GrainDetectorGermaniumArray fparray
The Focal Plane Germanium Array


pmtarray

public GrainDetectorPMTArray pmtarray
The Focal Plane PMT Array

Constructor Detail

GrainGreatEvent

public GrainGreatEvent(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