public class RecJob extends Object implements LCRunListener, LCEventListener
Modifier and Type | Method and Description |
---|---|
static void |
main(String[] args) |
void |
modifyEvent(LCEvent evt)
Call back for updating an LCEvent.
|
void |
modifyRunHeader(LCRunHeader run)
Call back for modifying an existing LCRunHeader.
|
void |
processEvent(LCEvent evt)
Call back for analyzing an LCEvent.
|
void |
processRunHeader(LCRunHeader run)
Call back for processing an LCRunHeader.
|
public static void main(String[] args) throws IOException
args
- the command line argumentsIOException
public void processRunHeader(LCRunHeader run)
LCRunListener
processRunHeader
in interface LCRunListener
public void processEvent(LCEvent evt)
LCEventListener
processEvent
in interface LCEventListener
public void modifyRunHeader(LCRunHeader run)
LCRunListener
modifyRunHeader
in interface LCRunListener
public void modifyEvent(LCEvent evt)
LCEventListener
modifyEvent
in interface LCEventListener
Jas4pp 1.5 © Java Analysis Studio for Particle Physics