Pandora
Pandora source code navigator
Loading...
Searching...
No Matches
NeutrinoPropertiesAlgorithm.h
Go to the documentation of this file.
1
8#ifndef LAR_NEUTRINO_PROPERTIES_ALGORITHM_H
9#define LAR_NEUTRINO_PROPERTIES_ALGORITHM_H 1
10
11#include "Pandora/Algorithm.h"
12
13namespace lar_content
14{
15
20{
21public:
26
27private:
29
35 void SetNeutrinoId(const pandora::ParticleFlowObject *const pNeutrinoPfo) const;
36
44 unsigned int GetNTwoDHitsInPfoChain(const pandora::ParticleFlowObject *const pPfo) const;
45
47
49
51};
52
53} // namespace lar_content
54
55#endif // #ifndef LAR_NEUTRINO_PROPERTIES_ALGORITHM_H
Header file for the algorithm class.
bool m_includeIsolatedHits
Whether to include isolated hits when counting 2d hits in pfo chain.
unsigned int GetNTwoDHitsInPfoChain(const pandora::ParticleFlowObject *const pPfo) const
Get the number of two dimensional hits (TPC_VIEW_U, V or W) contained in clusters in a pfo and all it...
void SetNeutrinoId(const pandora::ParticleFlowObject *const pNeutrinoPfo) const
identifying the primary daughter of a neutrino pfo and set the particle id accordingly
std::string m_neutrinoPfoListName
The name of the output neutrino pfo list.
pandora::StatusCode ReadSettings(const pandora::TiXmlHandle xmlHandle)
Read the algorithm settings.
pandora::StatusCode Run()
Run the algorithm.
Algorithm class. Algorithm addresses are held only by the algorithm manager. They have a fully define...
Definition Algorithm.h:21
ParticleFlowObject class.
StatusCode
The StatusCode enum.