|
typedef std::vector< VertexScore > | VertexScoreList |
|
typedef std::vector< SlidingFitData > | SlidingFitDataList |
|
typedef std::vector< ShowerCluster > | ShowerClusterList |
|
typedef KDTreeNodeInfoT< const pandora::CaloHit *, 2 > | HitKDNode2D |
|
typedef std::vector< HitKDNode2D > | HitKDNode2DList |
|
typedef KDTreeLinkerAlgo< const pandora::CaloHit *, 2 > | HitKDTree2D |
|
typedef std::map< pandora::HitType, const pandora::ClusterList & > | ClusterListMap |
| Map array of cluster lists for passing to tools. More...
|
|
typedef std::map< pandora::HitType, const SlidingFitDataList > | SlidingFitDataListMap |
| Map of sliding fit data lists for passing to tools. More...
|
|
typedef std::map< pandora::HitType, const ShowerClusterList > | ShowerClusterListMap |
| Map of shower cluster lists for passing to tools. More...
|
|
typedef std::map< pandora::HitType, const std::reference_wrapper< HitKDTree2D > > | KDTreeMap |
| Map array of hit kd trees for passing to tools. More...
|
|
typedef MvaFeatureTool< const VertexSelectionBaseAlgorithm *const, const pandora::Vertex *const, const SlidingFitDataListMap &, const ClusterListMap &, const KDTreeMap &, const ShowerClusterListMap &, const float, float & > | VertexFeatureTool |
| The base type for the vertex feature tools. More...
|
|
virtual void | FilterVertexList (const pandora::VertexList *const pInputVertexList, HitKDTree2D &kdTreeU, HitKDTree2D &kdTreeV, HitKDTree2D &kdTreeW, pandora::VertexVector &filteredVertices) const |
| Filter the input list of vertices to obtain a reduced number of vertex candidates. More...
|
|
virtual void | GetBeamConstants (const pandora::VertexVector &vertexVector, BeamConstants &beamConstants) const |
| Get the beam score constants for a provided list of candidate vertices. More...
|
|
void | GetClusterLists (const pandora::StringVector &inputClusterListNames, pandora::ClusterList &clusterListU, pandora::ClusterList &clusterListV, pandora::ClusterList &clusterListW) const |
| Get the cluster lists. More...
|
|
void | CalculateClusterSlidingFits (const pandora::ClusterList &inputClusterList, const unsigned int minClusterCaloHits, const unsigned int slidingFitWindow, SlidingFitDataList &slidingFitDataList) const |
| Calculate the cluster sliding fits. More...
|
|
float | GetBeamDeweightingScore (const BeamConstants &beamConstants, const pandora::Vertex *const pVertex) const |
| Get the beam deweighting score for a vertex. More...
|
|
bool | IsBeamModeOn () const |
| Whether algorithm is running in beam mode, assuming neutrinos travel in positive z-direction. More...
|
|
float | GetVertexEnergy (const pandora::Vertex *const pVertex, const KDTreeMap &kdTreeMap) const |
| Calculate the energy of a vertex candidate by summing values from all three planes. More...
|
|
float | VertexHitEnergy (const pandora::Vertex *const pVertex, const pandora::HitType hitType, HitKDTree2D &kdTree) const |
| Finds the energy of the nearest hit to the vertex candidate in this view. More...
|
|
pandora::StatusCode | ReadSettings (const pandora::TiXmlHandle xmlHandle) |
|