Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This command ignores extra arguments.

split

The split command takes a single LCIO file and splits it into smaller chunks.

No Format

usage: split
 -i    The input LCIO file.
 -n    The number of events to split.

The following command will split the file file1.slcio into multiple files, each with a maximum of 5 events.

No Format

lcio split -i file1.slcio -n 5

The files are named using the scheme ORIGINALNAME-FILENUM-EVENTNUM, so the first file created by the above command would be called file1-0-5.slcio.

This command ignores extra arguments.