LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
ClusterCharacterisationBaseAlgorithm class. More...
#include "ClusterCharacterisationBaseAlgorithm.h"
Public Member Functions | |
ClusterCharacterisationBaseAlgorithm () | |
Default constructor. More... | |
~ClusterCharacterisationBaseAlgorithm () | |
Destructor. More... | |
Protected Member Functions | |
virtual bool | IsClearTrack (const pandora::Cluster *const pCluster) const =0 |
Whether cluster is identified as a clear track. More... | |
pandora::StatusCode | Run () |
pandora::StatusCode | ReadSettings (const pandora::TiXmlHandle xmlHandle) |
Protected Attributes | |
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... | |
ClusterCharacterisationBaseAlgorithm class.
Definition at line 19 of file ClusterCharacterisationBaseAlgorithm.h.
lar_content::ClusterCharacterisationBaseAlgorithm::ClusterCharacterisationBaseAlgorithm | ( | ) |
Default constructor.
Definition at line 21 of file ClusterCharacterisationBaseAlgorithm.cc.
lar_content::ClusterCharacterisationBaseAlgorithm::~ClusterCharacterisationBaseAlgorithm | ( | ) |
|
protectedpure virtual |
Whether cluster is identified as a clear track.
pCluster | address of the relevant cluster |
Implemented in lar_content::CutClusterCharacterisationAlgorithm, lar_dl_content::DlClusterCharacterisationAlgorithm, and lar_content::CheatingClusterCharacterisationAlgorithm.
Referenced by Run().
|
protected |
Definition at line 93 of file ClusterCharacterisationBaseAlgorithm.cc.
References m_inputClusterListNames, m_overwriteExistingId, m_useUnavailableClusters, and m_zeroMode.
Referenced by lar_content::CutClusterCharacterisationAlgorithm::ReadSettings().
|
protected |
Definition at line 36 of file ClusterCharacterisationBaseAlgorithm.cc.
References IsClearTrack(), m_inputClusterListNames, m_overwriteExistingId, m_useUnavailableClusters, and m_zeroMode.
|
protected |
The names of the input cluster lists.
Definition at line 45 of file ClusterCharacterisationBaseAlgorithm.h.
Referenced by ReadSettings(), and Run().
|
protected |
Whether to consider any clusters that already have an assigned particle id.
Definition at line 49 of file ClusterCharacterisationBaseAlgorithm.h.
Referenced by ReadSettings(), and Run().
|
protected |
Whether to consider clusters that are already constituents of a pfo.
Definition at line 50 of file ClusterCharacterisationBaseAlgorithm.h.
Referenced by ReadSettings(), and Run().
|
protected |
Whether to zero all existing cluster particle id, overrides all other parameters.
Definition at line 47 of file ClusterCharacterisationBaseAlgorithm.h.
Referenced by ReadSettings(), and Run().