Versions Compared

Key

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

...

Two external packages must be installed onto your machine. The LCIO package provides the data interchange format. The Pandora PFA New project is the C++ implementation of the Pandora Particle Flow Algorithm.

LCIO Installation

Checkout the LCIO project from the cvs.

...

No Format
cd lcio
cmake .
make

Pandora PFA New Installation

Now download the Pandora project from the internet and build it. This project also requires CMake to build it.

Follow this link to download the SVN trunk of the Pandora project. Save it to your local computer.

No Format

tar -zxvf PandoraPFANew-trunk.tar.gz
cd trunk
cmake .
make

Now we're ready to setup the project that interfaces SLIC to Pandora.

slicPandora Installation