Pandora
Pandora source code navigator
Loading...
Searching...
No Matches
DlPfoCharacterisationAlgorithm.h
Go to the documentation of this file.
1
8#ifndef LAR_DL_PFO_CHARACTERISATION_ALGORITHM_H
9#define LAR_DL_PFO_CHARACTERISATION_ALGORITHM_H 1
10
12
13namespace lar_dl_content
14{
15
20{
21public:
26
27private:
28 bool IsClearTrack(const pandora::Cluster *const pCluster) const;
29 bool IsClearTrack(const pandora::ParticleFlowObject *const pPfo) const;
31};
32
33} // namespace lar_dl_content
34
35#endif // #ifndef LAR_DL_PFO_CHARACTERISATION_ALGORITHM_H
Header file for the pfo characterisation base algorithm class.
pandora::StatusCode ReadSettings(const pandora::TiXmlHandle xmlHandle)
Read the algorithm settings.
bool IsClearTrack(const pandora::Cluster *const pCluster) const
Whether cluster is identified as a clear track.
Cluster class.
Definition Cluster.h:31
ParticleFlowObject class.
StatusCode
The StatusCode enum.