LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
Shower cluster class. More...
#include "VertexSelectionBaseAlgorithm.h"
Public Member Functions | |
ShowerCluster (const pandora::ClusterList &clusterList, const int slidingFitWindow, const float slidingFitPitch) | |
Constructor. More... | |
const pandora::ClusterList & | GetClusters () const |
Get the cluster list. More... | |
const TwoDSlidingFitResult & | GetFit () const |
Get the 2D sliding linear fit. More... | |
pandora::CartesianPointVector | GetClusterListCoordinateVector (const pandora::ClusterList &clusterList) const |
Get the coordinate vector for a cluster list. More... | |
Private Attributes | |
pandora::ClusterList | m_clusterList |
The list of clusters. More... | |
pandora::CartesianPointVector | m_coordinateVector |
The coordinate vector. More... | |
TwoDSlidingFitResult | m_twoDSlidingFitResult |
The fit to the hits of the cluster list. More... | |
Shower cluster class.
Definition at line 180 of file VertexSelectionBaseAlgorithm.h.
lar_content::VertexSelectionBaseAlgorithm::ShowerCluster::ShowerCluster | ( | const pandora::ClusterList & | clusterList, |
const int | slidingFitWindow, | ||
const float | slidingFitPitch | ||
) |
Constructor.
clusterList | the list of clusters |
slidingFitWindow | the sliding fit window |
slidingFitPitch | the sliding fit pitch |
Definition at line 365 of file VertexSelectionBaseAlgorithm.cc.
pandora::CartesianPointVector lar_content::VertexSelectionBaseAlgorithm::ShowerCluster::GetClusterListCoordinateVector | ( | const pandora::ClusterList & | clusterList | ) | const |
Get the coordinate vector for a cluster list.
clusterList | the cluster list |
Definition at line 374 of file VertexSelectionBaseAlgorithm.cc.
References lar_content::LArClusterHelper::GetCoordinateVector().
|
inline |
Get the cluster list.
Definition at line 522 of file VertexSelectionBaseAlgorithm.h.
Referenced by lar_content::ShowerAsymmetryFeatureTool::ShouldUseShowerCluster().
|
inline |
Get the 2D sliding linear fit.
Definition at line 529 of file VertexSelectionBaseAlgorithm.h.
|
private |
The list of clusters.
Definition at line 216 of file VertexSelectionBaseAlgorithm.h.
|
private |
The coordinate vector.
Definition at line 217 of file VertexSelectionBaseAlgorithm.h.
|
private |
The fit to the hits of the cluster list.
Definition at line 218 of file VertexSelectionBaseAlgorithm.h.