LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
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 468 of file LArContent.cc.

References LAR_ALGORITHM_LIST, LAR_ALGORITHM_TOOL_LIST, LAR_CONTENT_REGISTER_ALGORITHM, and LAR_CONTENT_REGISTER_ALGORITHM_TOOL.

Referenced by lar_pandora::StandardPandora::CreatePandoraInstances(), and lar_content::MasterAlgorithm::CreatePfo().

469 {
472  return pandora::STATUS_CODE_SUCCESS;
473 }
#define LAR_ALGORITHM_TOOL_LIST(d)
Definition: LArContent.cc:336
#define LAR_CONTENT_REGISTER_ALGORITHM_TOOL(a, b)
Definition: LArContent.cc:461
#define LAR_ALGORITHM_LIST(d)
Definition: LArContent.cc:224
#define LAR_CONTENT_REGISTER_ALGORITHM(a, b)
Definition: LArContent.cc:454
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 484 of file LArContent.cc.

References LAR_CONTENT_REGISTER_PARTICLE_ID, and LAR_PARTICLE_ID_LIST.

Referenced by lar_pandora::StandardPandora::CreatePandoraInstances(), and lar_content::MasterAlgorithm::CreatePfo().

485 {
487  return pandora::STATUS_CODE_SUCCESS;
488 }
#define LAR_PARTICLE_ID_LIST(d)
Definition: LArContent.cc:418
#define LAR_CONTENT_REGISTER_PARTICLE_ID(a, b)
Definition: LArContent.cc:477

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