CheatingClusterCharacterisationAlgorithm class. More...
#include <CheatingClusterCharacterisationAlgorithm.h>
Private Member Functions | |
bool | IsClearTrack (const pandora::Cluster *const pCluster) const |
Whether cluster is identified as a clear track. More... | |
Additional Inherited Members | |
Public Member Functions inherited from lar_content::ClusterCharacterisationBaseAlgorithm | |
ClusterCharacterisationBaseAlgorithm () | |
Default constructor. More... | |
~ClusterCharacterisationBaseAlgorithm () | |
Destructor. More... | |
Protected Member Functions inherited from lar_content::ClusterCharacterisationBaseAlgorithm | |
pandora::StatusCode | Run () |
pandora::StatusCode | ReadSettings (const pandora::TiXmlHandle xmlHandle) |
Protected Attributes inherited from lar_content::ClusterCharacterisationBaseAlgorithm | |
pandora::StringVector | m_inputClusterListNames |
The names of the input cluster lists. More... | |
bool | m_zeroMode |
Whether to zero all existing cluster particle id, overrides all other parameters. More... | |
bool | m_overwriteExistingId |
Whether to consider any clusters that already have an assigned particle id. More... | |
bool | m_useUnavailableClusters |
Whether to consider clusters that are already constituents of a pfo. More... | |
CheatingClusterCharacterisationAlgorithm class.
Definition at line 19 of file CheatingClusterCharacterisationAlgorithm.h.
|
privatevirtual |
Whether cluster is identified as a clear track.
pCluster | address of the relevant cluster |
Implements lar_content::ClusterCharacterisationBaseAlgorithm.
Definition at line 20 of file CheatingClusterCharacterisationAlgorithm.cc.