Pandora
Pandora source code navigator
Loading...
Searching...
No Matches
TwoDParticleCreationAlgorithm.h
Go to the documentation of this file.
1
8#ifndef LAR_TWO_D_PARTICLE_CREATION_ALGORITHM_H
9#define LAR_TWO_D_PARTICLE_CREATION_ALGORITHM_H 1
10
11#include "Pandora/Algorithm.h"
12
13namespace lar_content
14{
15
46
47} // namespace lar_content
48
49#endif // #ifndef LAR_TWO_D_PARTICLE_CREATION_ALGORITHM_H
Header file for the algorithm class.
pandora::StatusCode CreatePFOs(const pandora::ClusterList *const pClusterList) const
Create pfos for provided clusters.
unsigned int m_minHitsInCluster
Min number of hits for clusters to form pfos.
std::string m_outputPfoListName
The output pfo list name.
std::string m_inputClusterListNameU
The input cluster list name for the U view.
pandora::StatusCode ReadSettings(const pandora::TiXmlHandle xmlHandle)
Read the algorithm settings.
std::string m_inputClusterListNameW
The input cluster list name for the W view.
std::string m_inputClusterListNameV
The input cluster list name for the V view.
float m_minClusterEnergy
Min energy for clusters to form pfos.
Algorithm class. Algorithm addresses are held only by the algorithm manager. They have a fully define...
Definition Algorithm.h:21
MANAGED_CONTAINER< const Cluster * > ClusterList
StatusCode
The StatusCode enum.