CheatingVertexSelectionAlgorithm.h
Go to the documentation of this file.
1 /**
2  * @file larpandoracontent/LArCheating/CheatingVertexSelectionAlgorithm.h
3  *
4  * @brief Header file for the cheating vertex selection algorithm class.
5  *
6  * $Log: $
7  */
8 #ifndef LAR_CHEATING_VERTEX_SELECTION_ALGORITHM_H
9 #define LAR_CHEATING_VERTEX_SELECTION_ALGORITHM_H 1
10 
12 
13 namespace lar_content
14 {
15 
16 /**
17  * @brief CheatingVertexSelectionAlgorithm class
18  */
20 {
21 private:
22  void GetVertexScoreList(const pandora::VertexVector &vertexVector, const BeamConstants &beamConstants, HitKDTree2D &kdTreeU,
23  HitKDTree2D &kdTreeV, HitKDTree2D &kdTreeW, VertexScoreList &vertexScoreList) const;
24 
25  pandora::StatusCode ReadSettings(const pandora::TiXmlHandle xmlHandle);
26 };
27 
28 } // namespace lar_content
29 
30 #endif // #ifndef LAR_CHEATING_VERTEX_SELECTION_ALGORITHM_H
void GetVertexScoreList(const pandora::VertexVector &vertexVector, const BeamConstants &beamConstants, HitKDTree2D &kdTreeU, HitKDTree2D &kdTreeV, HitKDTree2D &kdTreeW, VertexScoreList &vertexScoreList) const
Get the vertex score list.
Header file for the trained vertex selection algorithm class.
pandora::StatusCode ReadSettings(const pandora::TiXmlHandle xmlHandle)
std::vector< art::Ptr< recob::Vertex > > VertexVector