|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jlab.coda.jevio.Demo
public class Demo
Used for demoing the JEvio library.
| Constructor Summary | |
|---|---|
Demo()
|
|
| Method Summary | |
|---|---|
void |
endEventParse(BaseStructure evioEvent)
Done parsing a new evio structure. |
void |
gotStructure(BaseStructure evioEvent,
IEvioStructure structure)
This IEvioListener has received a structure as the result of an event being parsed. |
static void |
main(java.lang.String[] args)
|
static void |
main2(java.lang.String[] args)
Main program for testing |
void |
startEventParse(BaseStructure evioEvent)
Starting to parse a new evio structure. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Demo()
| Method Detail |
|---|
public static void main(java.lang.String[] args)
public static void main2(java.lang.String[] args)
args - the command line arguments.public void startEventParse(BaseStructure evioEvent)
IEvioListener
startEventParse in interface IEvioListenerevioEvent - the evio structure in question.public void endEventParse(BaseStructure evioEvent)
IEvioListener
endEventParse in interface IEvioListenerevioEvent - the evio structure in question.
public void gotStructure(BaseStructure evioEvent,
IEvioStructure structure)
gotStructure in interface IEvioListenerevioEvent - the event being parsed.structure - the structure that I received. It is a BANK, SEGEMENT
or TAGSEGMENT.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||