EnergyKickVertexSelectionAlgorithm.h
Go to the documentation of this file.
1 /**
2  * @file larpandoracontent/LArVertex/EnergyKickVertexSelectionAlgorithm.h
3  *
4  * @brief Header file for the energy kick vertex selection algorithm class.
5  *
6  * $Log: $
7  */
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 
16 /**
17  * @brief EnergyKickVertexSelectionAlgorithm class
18  */
20 {
21 public:
22  /**
23  * @brief Default constructor
24  */
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; ///< The list of cluster list names
36  unsigned int m_minClusterCaloHits; ///< The min number of hits parameter in the energy score
37  unsigned int m_slidingFitWindow; ///< The layer window for the sliding linear fits
38  float m_epsilon; ///< The epsilon parameter in the energy score
39  float m_asymmetryConstant; ///< The asymmetry constant parameter in the energy score
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:30
std::vector< string > StringVector
Definition: fcldump.cxx:29
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)