public class Split extends Object
| Constructor and Description |
|---|
Split() |
| Modifier and Type | Method and Description |
|---|---|
static void |
printSplitSummary(List outfilelist,
PrintStream ps) |
static List |
split(File infile,
File outdir,
int nevents,
int maxevents)
Static utility function that splits infile into chunks with nevents.
|
public static List split(File infile, File outdir, int nevents, int maxevents) throws Exception
infile - A File object pointing to an input LCIO file.nevents - The number of events in each new output file.Exceptionpublic static void printSplitSummary(List outfilelist, PrintStream ps) throws Exception
ExceptionJas4pp 1.5 © Java Analysis Studio for Particle Physics