Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents
Warning
titleTODO

On this wiki page.

  • remove slicPandora Make commands (use cmake instead)
  • make a brief section that shows how to compile slicPandora without monitoring with all build commands in order
  • normalize build variables to use PROJECT_HOME as CMake expects them and remove references to old variables

In slicPandora CVS Project.

  • remove slicPandora's Makefile from CVS
  • add optional PandoraMonitoring dep in slicPandora's CMakeLists.txt

Overview

This tutorial will show you how to process SLIC output files with the Pandora PFA New package, currently the best performing PFA algorithm, in order to produce Particle Flow Objects (PFOs) (also called ReconstructedParticles) for analysis. It covers building and installing a slic-specific frontend called slicPandora and all its dependencies. Then it will go through the steps for processing slic output using LCSim in order to prepare it for Pandora. Finally, it shows how to run slicPandora using these events. There is also a note on how to generate Pandora detector XML files from compact descriptions.

...