Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
srcs
larpandoracontent
larpandoracontent
LArCheating
CheatingPfoCharacterisationAlgorithm.h
Go to the documentation of this file.
1
/**
2
* @file larpandoracontent/LArCheating/CheatingPfoCharacterisationAlgorithm.h
3
*
4
* @brief Header file for the cheating pfo characterisation algorithm class.
5
*
6
* $Log: $
7
*/
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
16
/**
17
* @brief CheatingPfoCharacterisationAlgorithm class
18
*/
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
lar_content::CheatingPfoCharacterisationAlgorithm
CheatingPfoCharacterisationAlgorithm class.
Definition:
CheatingPfoCharacterisationAlgorithm.h:19
PfoCharacterisationBaseAlgorithm.h
Header file for the pfo characterisation base algorithm class.
lar_content::PfoCharacterisationBaseAlgorithm
PfoCharacterisationBaseAlgorithm class.
Definition:
PfoCharacterisationBaseAlgorithm.h:19
lar_content::CheatingPfoCharacterisationAlgorithm::IsClearTrack
bool IsClearTrack(const pandora::ParticleFlowObject *const pPfo) const
Whether pfo is identified as a clear track.
Definition:
CheatingPfoCharacterisationAlgorithm.cc:21
Generated by
1.8.5