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
11
#include "
larpandoracontent/LArTrackShowerId/PfoCharacterisationBaseAlgorithm.h
"
12
13
namespace
lar_content
14
{
15
19
class
CheatingPfoCharacterisationAlgorithm
:
public
PfoCharacterisationBaseAlgorithm
20
{
21
private
:
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
PfoCharacterisationBaseAlgorithm.h
Header file for the pfo characterisation base algorithm class.
lar_content::CheatingPfoCharacterisationAlgorithm
CheatingPfoCharacterisationAlgorithm class.
Definition
CheatingPfoCharacterisationAlgorithm.h:20
lar_content::CheatingPfoCharacterisationAlgorithm::IsClearTrack
bool IsClearTrack(const pandora::ParticleFlowObject *const pPfo) const
Whether pfo is identified as a clear track.
Definition
CheatingPfoCharacterisationAlgorithm.cc:21
lar_content::PfoCharacterisationBaseAlgorithm
PfoCharacterisationBaseAlgorithm class.
Definition
PfoCharacterisationBaseAlgorithm.h:20
pandora::Cluster
Cluster class.
Definition
Cluster.h:31
pandora::ParticleFlowObject
ParticleFlowObject class.
Definition
ParticleFlowObject.h:26
lar_content
Definition
CheatingBeamParticleIdTool.cc:19
LArContent
larpandoracontent
LArCheating
CheatingPfoCharacterisationAlgorithm.h