LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
ShowerTensorVisualizationTool class. More...
#include "ShowerTensorVisualizationTool.h"
Public Types | |
typedef ThreeViewShowersAlgorithm::MatchingType::TensorType | TensorType |
typedef std::vector< TensorType::ElementList::const_iterator > | IteratorList |
Public Member Functions | |
ShowerTensorVisualizationTool () | |
Default constructor. More... | |
bool | Run (ThreeViewShowersAlgorithm *const pAlgorithm, TensorType &overlapTensor) |
Run the algorithm tool. More... | |
Private Member Functions | |
pandora::StatusCode | ReadSettings (const pandora::TiXmlHandle xmlHandle) |
Private Attributes | |
unsigned int | m_minClusterConnections |
The minimum number of cluster connections for display. More... | |
bool | m_ignoreUnavailableClusters |
Whether to ignore (skip-over) unavailable clusters in the tensor. More... | |
bool | m_showEachIndividualElement |
Whether to draw each individual tensor element. More... | |
bool | m_showContext |
Whether to show input cluster lists to add context to tensor elements. More... | |
ShowerTensorVisualizationTool class.
Definition at line 19 of file ShowerTensorVisualizationTool.h.
|
inherited |
Definition at line 175 of file ThreeViewShowersAlgorithm.h.
|
inherited |
Definition at line 174 of file ThreeViewShowersAlgorithm.h.
lar_content::ShowerTensorVisualizationTool::ShowerTensorVisualizationTool | ( | ) |
Default constructor.
Definition at line 18 of file ShowerTensorVisualizationTool.cc.
|
private |
Definition at line 112 of file ShowerTensorVisualizationTool.cc.
References m_ignoreUnavailableClusters, m_minClusterConnections, m_showContext, and m_showEachIndividualElement.
|
virtual |
Run the algorithm tool.
pAlgorithm | address of the calling algorithm |
overlapTensor | the overlap tensor |
Implements lar_content::ShowerTensorTool.
Definition at line 28 of file ShowerTensorVisualizationTool.cc.
References util::abs(), util::counter(), f, lar_content::OverlapTensor< T >::GetConnectedElements(), lar_content::NViewMatchingAlgorithm< T >::GetInputClusterList(), lar_content::OverlapTensor< T >::GetSortedKeyClusters(), m_ignoreUnavailableClusters, m_minClusterConnections, m_showContext, and m_showEachIndividualElement.
|
private |
Whether to ignore (skip-over) unavailable clusters in the tensor.
Definition at line 33 of file ShowerTensorVisualizationTool.h.
Referenced by ReadSettings(), and Run().
|
private |
The minimum number of cluster connections for display.
Definition at line 32 of file ShowerTensorVisualizationTool.h.
Referenced by ReadSettings(), and Run().
|
private |
Whether to show input cluster lists to add context to tensor elements.
Definition at line 35 of file ShowerTensorVisualizationTool.h.
Referenced by ReadSettings(), and Run().
|
private |
Whether to draw each individual tensor element.
Definition at line 34 of file ShowerTensorVisualizationTool.h.
Referenced by ReadSettings(), and Run().