Pandora
Pandora source code navigator
Loading...
Searching...
No Matches
CheatingPfoCharacterisationAlgorithm.h
Go to the documentation of this file.
1
8#ifndef LAR_CHEATING_PFO_CHARACTERISATION_ALGORITHM_H
9#define LAR_CHEATING_PFO_CHARACTERISATION_ALGORITHM_H 1
10
12
13namespace lar_content
14{
15
20{
21private:
22 bool IsClearTrack(const pandora::ParticleFlowObject *const pPfo) const;
23 bool IsClearTrack(const pandora::Cluster *const pCluster) const;
24};
25
26} // namespace lar_content
27
28#endif // #ifndef LAR_CHEATING_PFO_CHARACTERISATION_ALGORITHM_H
Header file for the pfo characterisation base algorithm class.
bool IsClearTrack(const pandora::ParticleFlowObject *const pPfo) const
Whether pfo is identified as a clear track.
Cluster class.
Definition Cluster.h:31
ParticleFlowObject class.