|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfi.jyu.phys.grain.sort.GrainEvent
fi.jyu.phys.grain.sort.GrainTDREvent
fi.jyu.phys.grain.sort.GrainGreatEvent
public class GrainGreatEvent
A Great Event parsed by the Grain Event Parser
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 |
---|
public GrainDetectorDSSD strip
public GrainDetectorMWPC gas
public GrainDetectorMWPC gas2
public GrainDetectorTAC sigastac2
public GrainDetectorTAC sigastac
public GrainDetectorClover clover
public GrainDetectorPinArray pinarray
public GrainDetectorPlanarGe planar
public GrainDetectorGermaniumArray fparray
public GrainDetectorPMTArray pmtarray
Constructor Detail |
---|
public GrainGreatEvent(long stamp)
stamp
- The event time stamp = trigger wall timeMethod Detail |
---|
public void set(GrainGreatDatum data)
set
in class GrainTDREvent
data
- Parsed TDR ADC data.public void build()
build
in class GrainTDREvent
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |