CheatingPfoCharacterisationAlgorithm class. More...
#include <CheatingPfoCharacterisationAlgorithm.h>
Private Member Functions | |
bool | IsClearTrack (const pandora::ParticleFlowObject *const pPfo) const |
Whether pfo is identified as a clear track. More... | |
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::PfoCharacterisationBaseAlgorithm | |
PfoCharacterisationBaseAlgorithm () | |
Default constructor. More... | |
virtual | ~PfoCharacterisationBaseAlgorithm () |
Destructor. More... | |
Protected Member Functions inherited from lar_content::PfoCharacterisationBaseAlgorithm | |
pandora::StatusCode | Run () |
virtual bool | IsClearTrack3x2D (const pandora::ParticleFlowObject *const pPfo) const |
Whether pfo is identified as a clear track using its three clusters. More... | |
pandora::StatusCode | ReadSettings (const pandora::TiXmlHandle xmlHandle) |
Protected Attributes inherited from lar_content::PfoCharacterisationBaseAlgorithm | |
std::string | m_trackPfoListName |
The track pfo list name. More... | |
std::string | m_showerPfoListName |
The shower pfo list name. More... | |
pandora::StringVector | m_inputPfoListNames |
The names of the input pfo lists. More... | |
bool | m_updateClusterIds |
Whether to update daughter cluster particle id labels to match pfo id. More... | |
bool | m_postBranchAddition |
Whether to use configuration for shower clusters post branch addition. More... | |
bool | m_useThreeDInformation |
Whether to use PFO and 3D information or clusters for characterisation. More... | |
unsigned int | m_minTrackLikeViews |
The minimum number of track-like views to declare a pfo as track-like. More... | |
CheatingPfoCharacterisationAlgorithm class.
Definition at line 19 of file CheatingPfoCharacterisationAlgorithm.h.
|
privatevirtual |
Whether pfo is identified as a clear track.
pPfo | address of the relevant pfo |
Implements lar_content::PfoCharacterisationBaseAlgorithm.
Definition at line 21 of file CheatingPfoCharacterisationAlgorithm.cc.
|
privatevirtual |
Whether cluster is identified as a clear track.
pCluster | address of the relevant cluster |
Implements lar_content::PfoCharacterisationBaseAlgorithm.