Versions Compared

Key

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

...

If you don't have a working LCSim setup, follow the LCSim XML instructions to set one up.

JobManagerTest

The JobManagerTest runs an example of slicPandora using sample input files. To use this event, you need to provide a symlink to an LCIO file in the slicPandora root directory and call it input.slcio.

No Format

cd /workdir/slicPandora
ln -s /path/to/myinput.slcio input.slcio

Execute this command to run this test.

No Format

./bin/JobManagerTest

It writes out an LCIO file called pandoraRecon.slcio which contains the input data as well as ReconstructedParticle and Cluster collections created by Pandora.

PandoraFrontend

The PandoraFrontend binary provides a simple frontend to slicPandora.

...