All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Static Public Member Functions | List of all members
LArContent Class Reference

LArContent class. More...

#include <LArContent.h>

Static Public Member Functions

static pandora::StatusCode RegisterAlgorithms (const pandora::Pandora &pandora)
 Register all the lar content algorithms and tools with pandora. More...
 
static pandora::StatusCode RegisterBasicPlugins (const pandora::Pandora &pandora)
 Register the basic lar content plugins with pandora. More...
 

Detailed Description

LArContent class.

Definition at line 19 of file LArContent.h.

Member Function Documentation

pandora::StatusCode LArContent::RegisterAlgorithms ( const pandora::Pandora &  pandora)
static

Register all the lar content algorithms and tools with pandora.

Parameters
pandorathe pandora instance with which to register content

Definition at line 450 of file LArContent.cc.

451 {
454  return pandora::STATUS_CODE_SUCCESS;
455 }
#define LAR_CONTENT_REGISTER_ALGORITHM_TOOL(a, b)
Definition: LArContent.cc:443
#define LAR_ALGORITHM_TOOL_LIST(d)
Definition: LArContent.cc:326
#define LAR_CONTENT_REGISTER_ALGORITHM(a, b)
Definition: LArContent.cc:436
#define LAR_ALGORITHM_LIST(d)
Definition: LArContent.cc:216
pandora::StatusCode LArContent::RegisterBasicPlugins ( const pandora::Pandora &  pandora)
static

Register the basic lar content plugins with pandora.

Parameters
pandorathe pandora instance with which to register content

Definition at line 466 of file LArContent.cc.

467 {
469  return pandora::STATUS_CODE_SUCCESS;
470 }
#define LAR_PARTICLE_ID_LIST(d)
Definition: LArContent.cc:400
#define LAR_CONTENT_REGISTER_PARTICLE_ID(a, b)
Definition: LArContent.cc:459

The documentation for this class was generated from the following files: