Pandora
Pandora source code navigator
Loading...
Searching...
No Matches
EnergyKickVertexSelectionAlgorithm.h
Go to the documentation of this file.
1
8#ifndef LAR_ENERGY_KICK_VERTEX_SELECTION_ALGORITHM_H
9#define LAR_ENERGY_KICK_VERTEX_SELECTION_ALGORITHM_H 1
10
12
13namespace lar_content
14{
15
41
42} // namespace lar_content
43
44#endif // #ifndef LAR_ENERGY_KICK_VERTEX_SELECTION_ALGORITHM_H
Header file for the vertex selection base algorithm class.
unsigned int m_minClusterCaloHits
The min number of hits parameter in the energy score.
pandora::StatusCode ReadSettings(const pandora::TiXmlHandle xmlHandle)
Read the algorithm settings.
float m_epsilon
The epsilon parameter in the energy score.
unsigned int m_slidingFitWindow
The layer window for the sliding linear fits.
float m_asymmetryConstant
The asymmetry constant parameter in the energy score.
VertexFeatureTool::FeatureToolVector m_featureToolVector
The feature tool map.
pandora::StringVector m_inputClusterListNames
The list of cluster list names.
void GetVertexScoreList(const pandora::VertexVector &vertexVector, const BeamConstants &beamConstants, HitKDTree2D &kdTreeU, HitKDTree2D &kdTreeV, HitKDTree2D &kdTreeW, VertexScoreList &vertexScoreList) const
Get the vertex score list for a provided list of candidate vertices.
std::vector< MvaFeatureTool< Ts... > * > FeatureToolVector
std::vector< std::string > StringVector
StatusCode
The StatusCode enum.
std::vector< const Vertex * > VertexVector