Versions Compared

Key

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

...

No Format
lcio concat -i flist.txt -o outputfile

validate

The validate command takes 1 or more LCIO files as input and performs two simple checks on them. Firstly, a simple read test is done. If the read test fails, the LCIO file is considered invalid. Secondly, a comparison is performed between the major and minor LCIO version numbers in the file and from command line arguments. Any version mismatches are printed to the terminal.

No Format

usage: validate
 -M    Set major version.
 -f    Add an LCIO file to validate.
 -m    Set minor version.
 -n    Set number of events to read.

This command will perform one read test and check if the files were generated with the LCIO 1.5 version.

No Format

lcio validate -f file1.slcio -M 1 -m 5 -n 1

As in other commands, extra arguments are interpretted as paths to additional input files, so the "-f" switch can be dropped.

No Format

lcio validate file1.slcio -M 1 -m 5 -n 1

siodump

The siodump command prints out detailed information about the SIO blocks in LCIO files.