Versions Compared

Key

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

...

This table explains the function of each of these arguments.

orderswitch

argument

1-g

Geometry XML file

2-c

Pandora settings XML file

3-i

LCIO input events

-l

Custom LCIO input collections XML file

-o4

LCIO output file with PFOs appended

5-r

number of events to run (optional)

6-s

number of events to skip (optional)

...

The LCIO output file will contain the contents of the input file plus the PFO collections created by Pandora, as well as some intermediate collections of hit objects. This file is generated by slicPandora.

Here is a contrived example using all input parameters.

No Format

./bin/PandoraFrontend -g myGeometry.xml -c PandoraSettings.xml -i inputEvents.slcio -l myCollections.xml -o myOutput.slcio -r 1000 -s 10

Using GeomConverter to Output the Pandora Geometry Format

...