Versions Compared

Key

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

...

No Format
cvs -d :pserver:anonymous@cvs.freehep.org:/cvs/lcd co slicPandora
cd slicPandora
mkdir build
cd build
cmake -DCMAKE_MODULE_PATH=$ILCUTIL_DIR/cmakemodules -DLCIO_DIR=$LCIO_DIR -DPandoraPFANew_DIR=$PandoraPFANew_DIR ..
make install
Pandora Settings (optional)

You should also check out the project that contains sample config files for Pandora.

No Format
svn co http://svnsrv.desy.de/public/PandoraPFANew/Settings/trunk PandoraSettings
LCDetectors (optional)

There are sample slicPandora geometry xml files here. This is a rather big cvs module so might take some time to checkout.

No Format

cvs -d :pserver:anonymous@cvs.freehep.org:/cvs/lcd co LCDetectors

PandoraFrontend

The PandoraFrontend binary provides a simple frontend to slicPandora.

...

No Format
./bin/PandoraFrontend geometry.xml pandoraSettings.xml inputEvents.slcio reconOutput.slcio [nevents]

The nevents command is optional, but all other arguments are required and must be supplied in order.

For example, to repeat the results of the JobManagerTest using PandoraFrontend, execute this command.

No Format

./bin/PandoraFrontend ./examples/sidloi3_pandora.xml ./examples/PandoraSettingsRelease.xml ./input.slcio ./pandoraRecon.slcio 2
 [nskip]

This table explains the function of each of these arguments.

order

argument

1

geometry xml file

2

Pandora settings xml file

3

LCIO input events

4

LCIO output file with PFOs appended

5

number of events to run (optional)

6

number of events to skip (optional)

The geometry file is in XML format. It can be created from a compact detector description using GeomConverterThe above command requires that the input events were generated in the sidloi3 detector and that a symlink has been setup pointing from "input.slcio" to your input event file.

Using GeomConverter to Output the Pandora Geometry Format

...