LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
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 
13 namespace lar_content
14 {
15 
20 {
21 public:
26 
27 private:
28  void GetVertexScoreList(const pandora::VertexVector &vertexVector, const BeamConstants &beamConstants, HitKDTree2D &kdTreeU,
29  HitKDTree2D &kdTreeV, HitKDTree2D &kdTreeW, VertexScoreList &vertexScoreList) const;
30 
31  pandora::StatusCode ReadSettings(const pandora::TiXmlHandle xmlHandle);
32 
34 
35  pandora::StringVector m_inputClusterListNames;
36  unsigned int m_minClusterCaloHits;
37  unsigned int m_slidingFitWindow;
38  float m_epsilon;
40 };
41 
42 } // namespace lar_content
43 
44 #endif // #ifndef LAR_ENERGY_KICK_VERTEX_SELECTION_ALGORITHM_H
pandora::StringVector m_inputClusterListNames
The list of cluster list names.
unsigned int m_minClusterCaloHits
The min number of hits parameter in the energy score.
unsigned int m_slidingFitWindow
The layer window for the sliding linear fits.
float m_epsilon
The epsilon parameter in the energy score.
VertexFeatureTool::FeatureToolVector m_featureToolVector
The feature tool map.
Header file for the vertex selection base algorithm class.
float m_asymmetryConstant
The asymmetry constant parameter in the energy score.
std::vector< MvaFeatureTool< Ts... > * > FeatureToolVector
Definition: LArMvaHelper.h:36
std::vector< art::Ptr< recob::Vertex > > VertexVector
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.
pandora::StatusCode ReadSettings(const pandora::TiXmlHandle xmlHandle)