Class | Description |
---|---|
BlockHeader |
Modified copy of the org.jlab.code.jevio.BlockNode class.
|
BlockHeaderV6 |
Modified copy of the org.jlab.code.jevio.BlockNode class but for evio version 6 records.
|
cMsgHandler |
This class handles all cMsg communications using a singleton pattern.
|
EtHandler |
This class handles communications with an ET system
- including creating a panel to do so through the GUI -
in order to get ET events which are parsed into evio events.
|
EventInfoPanel |
This is a panel that displays evio event info -
event source, dictionary source - at the top of the GUI.
|
EventTreeFrame |
This is a simple GUI that displays an evio event in a tree.
|
EventTreeMenu |
This class creates the menus used in the GUI.
|
EventTreePanel |
This is a simple GUI that displays an evio event in a tree.
|
EvioHeader |
Abbreviated copy of the org.jlab.code.jevio.EvioNode class.
|
EvioScanner |
This class is used to scan a file for block info, event info, and evio errors
in order to catalog them for later viewing.
|
EvioScannerV6 |
This class is used to scan an EVIO VERSION 6 file for block info, event info, and evio errors
in order to catalog them for later viewing.
|
FileFrameBig |
This class implements a window that displays a file's bytes as hex, 32 bit integers.
|
FileFrameV6 |
This class implements a window that displays a file's bytes as hex, 32 bit integers.
|
FileHeaderV6 |
Class but for evio version 6 file header.
|
HeaderPanel |
This is a panel that displays the information from a BaseStructureHeader.
|
MyRenderer |
Renderer used in displaying data to change background color every
Nth row and to highlight cells.
|
MyTableModel |
This class describes the data table's data including column names.
|
NamedLabel |
A simple class for created a named label.
|
SimpleMappedMemoryHandler |
This is a class designed to handle access files with size greater than 2.1 GBytes.
|
Enum | Description |
---|---|
CodaBankTag |
This an enum listing the evio tag values reserved for and used by the
CODA group for online designations.
|
DictionarySource |
This enum contains the choices for a source of dictionary.
|
EventSource |
This enum contains the choices for a source of events to view.
|
Filter |
This enum contains the choices for a filter which
allows the described evio events into the event viewer.
|