public class LCIOConcat extends Object implements LCEventListener, LCRunListener
| Constructor and Description |
|---|
LCIOConcat() |
| Modifier and Type | Method and Description |
|---|---|
void |
closeWriter() |
void |
concatFiles() |
boolean |
fileExists(String fpath) |
static void |
main(String[] args) |
void |
Main(String[] args) |
void |
modifyEvent(LCEvent event)
Call back for updating an LCEvent.
|
void |
modifyRunHeader(LCRunHeader header)
Call back for modifying an existing LCRunHeader.
|
void |
openFile(String fpath) |
void |
openWriter(String fpath) |
void |
parseArgs(String[] args) |
void |
printStats() |
void |
processEvent(LCEvent event)
Call back for analyzing an LCEvent.
|
void |
processRunHeader(LCRunHeader header)
Call back for processing an LCRunHeader.
|
void |
readCurrentFile() |
static void |
usage() |
public void Main(String[] args)
public void concatFiles()
throws IOException
IOExceptionpublic void parseArgs(String[] args) throws IllegalArgumentException
IllegalArgumentExceptionpublic void openWriter(String fpath) throws IOException
IOExceptionpublic void closeWriter()
throws IOException
IOExceptionpublic void openFile(String fpath) throws IOException
IOExceptionpublic void readCurrentFile()
throws IOException
IOExceptionpublic void processEvent(LCEvent event)
LCEventListenerprocessEvent in interface LCEventListenerpublic void processRunHeader(LCRunHeader header)
LCRunListenerprocessRunHeader in interface LCRunListenerpublic void modifyEvent(LCEvent event)
LCEventListenermodifyEvent in interface LCEventListenerpublic void modifyRunHeader(LCRunHeader header)
LCRunListenermodifyRunHeader in interface LCRunListenerpublic static void usage()
public void printStats()
public boolean fileExists(String fpath)
Jas4pp 1.5 © Java Analysis Studio for Particle Physics