Pandora
Pandora source code navigator
Loading...
Searching...
No Matches
CutPfoCharacterisationAlgorithm.h
Go to the documentation of this file.
1
8#ifndef LAR_PFO_CHARACTERISATION_ALGORITHM_H
9#define LAR_PFO_CHARACTERISATION_ALGORITHM_H 1
10
12
13namespace lar_content
14{
15
40
41} // namespace lar_content
42
43#endif // #ifndef LAR_PFO_CHARACTERISATION_ALGORITHM_H
Header file for the pfo characterisation base algorithm class.
float m_showerWidthRatioCut
The maximum ratio of shower fit width to straight line length to qualify as a track.
float m_maxShowerLengthCut
The maximum cluster length to qualify as a shower.
unsigned int m_slidingFitWindow
The layer window for the sliding linear fits.
float m_dTdLWidthRatioCut
The maximum ratio of transverse fit gradient width to straight line length to qualify as a track.
bool m_postBranchAddition
Whether to use configuration for shower clusters post branch addition.
float m_vertexDistanceRatioCut
The maximum ratio of vertex separation to straight line length to qualify as a track.
pandora::StatusCode ReadSettings(const pandora::TiXmlHandle xmlHandle)
Read the algorithm settings.
unsigned int m_slidingShowerFitWindow
The layer window for the sliding shower fits.
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.