Versions Compared

Key

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

...

The siodump command prints out detailed information about the SIO blocks in LCIO files using the SIODump utility (written by Tony Johnson).

No Format

usage: siodump
 -f    Set the input LCIO file.
 -n    Set number of events to dump.  (Must be > 0) .
 -s    Set number of events to skip.  (Must be >= 0) .
 -v    Set verbosity level.  (Must be between 1 and 4) .

The following command will read the file file1, skip 1 event, and dump 2 events, with low verbosity.

No Format

lcio siodump -f file1.slcio -n 2 -s 1 -v 1

This command accepts only a single input LCIO file, so extra arguments are ignored, not treated as additional input files.