APRILContent
Algorithm of Particle Reconstruction for ILC - implementation with PandoraSDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations
Classes | Public Member Functions | Private Member Functions | Private Attributes | List of all members
april_content::ClusteringParentAlgorithm Class Reference

ClusteringParentAlgorithm class. More...

#include <ClusteringParentAlgorithm.h>

Inheritance diagram for april_content::ClusteringParentAlgorithm:

Classes

class  Factory
 Factory class for instantiating algorithm. More...
 

Public Member Functions

 ClusteringParentAlgorithm ()
 Default constructor.
 

Private Member Functions

pandora::StatusCode Run ()
 
pandora::StatusCode ReadSettings (const pandora::TiXmlHandle xmlHandle)
 

Private Attributes

std::string m_clusteringAlgorithmName
 The name of the clustering algorithm to run.
 
std::string m_associationAlgorithmName
 The name of the topological association algorithm to run.
 
std::string m_inputCaloHitListName
 The name of the input calo hit list, containing the hits to be clustered.
 
bool m_restoreOriginalCaloHitList
 Whether to restore the original calo hit list as the "current" list upon completion.
 
std::string m_clusterListName
 The name under which to save the new cluster list.
 
bool m_replaceCurrentClusterList
 Whether to subsequently use the new cluster list as the "current" list.
 

Detailed Description

ClusteringParentAlgorithm class.


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