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
IOException
public void parseArgs(String[] args) throws IllegalArgumentException
IllegalArgumentException
public void openWriter(String fpath) throws IOException
IOException
public void closeWriter() throws IOException
IOException
public void openFile(String fpath) throws IOException
IOException
public void readCurrentFile() throws IOException
IOException
public void processEvent(LCEvent event)
LCEventListener
processEvent
in interface LCEventListener
public void processRunHeader(LCRunHeader header)
LCRunListener
processRunHeader
in interface LCRunListener
public void modifyEvent(LCEvent event)
LCEventListener
modifyEvent
in interface LCEventListener
public void modifyRunHeader(LCRunHeader header)
LCRunListener
modifyRunHeader
in interface LCRunListener
public static void usage()
public void printStats()
public boolean fileExists(String fpath)
Jas4pp 1.5 © Java Analysis Studio for Particle Physics