Versions Compared

Key

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

...

This package does not need to be compiled. It provides CMake macros.

PandoraMonitoring Installation

Checkout the head version of PandoraMonitoring.

No Format

svn co https://svnsrv.desy.de/public/PandoraPFANew/PandoraMonitoring/trunk PandoraMonitoring

Build with cmake.

No Format

cmake -DROOT_HOME=$ROOT_HOME -DCMAKE_MODULE_PATH=$CMAKE_MODULE_PATH -DPandoraPFANew_HOME=$PandoraPFANew_HOME .

Pandora PFA New Installation

...

If the release compiles successfully, you're now ready to setup the project that interfaces SLIC to Pandora.

Set the environment variable for PandoraPFANew.

No Format

cd PandoraPFANew
export PandoraPFANew_HOME=`pwd`

This will be referenced in the build of the next package.

PandoraMonitoring Installation

Checkout the head version of PandoraMonitoring.

No Format

svn co https://svnsrv.desy.de/public/PandoraPFANew/PandoraMonitoring/trunk PandoraMonitoring

Build with cmake.

No Format

cmake -DROOT_HOME=$ROOT_HOME -DCMAKE_MODULE_PATH=$CMAKE_MODULE_PATH -DPandoraPFANew_HOME=$PandoraPFANew_HOME .

slicPandora Installation

Checkout the slicPandora project from cvs.

...