Versions Compared

Key

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

...

In general, any arguments in the file list will override those from the command line.

select

No Format

usage: select
 -f    Set the input LCIO file.
 -h    Print select usage.
 -i    Add a pattern to include.
 -o    Set the output LCIO file.
 -t    Add an LCIO type to include.

The select command extracts collections from an LCIO file and writes them out to a new file. Selection is performed either by a regular expression match on the collection name or by the type of objects in the collection.

...