ShowerTensorVisualizationTool class. More...
#include <ShowerTensorVisualizationTool.h>
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... | |
Additional Inherited Members | |
Public Types inherited from lar_content::ShowerTensorTool | |
| typedef ThreeViewShowersAlgorithm::MatchingType::TensorType | TensorType |
| typedef std::vector < TensorType::ElementList::const_iterator > | IteratorList |
ShowerTensorVisualizationTool class.
Definition at line 19 of file ShowerTensorVisualizationTool.h.
| lar_content::ShowerTensorVisualizationTool::ShowerTensorVisualizationTool | ( | ) |
Default constructor.
Definition at line 18 of file ShowerTensorVisualizationTool.cc.
|
private |
Definition at line 112 of file ShowerTensorVisualizationTool.cc.
|
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.
|
private |
Whether to ignore (skip-over) unavailable clusters in the tensor.
Definition at line 33 of file ShowerTensorVisualizationTool.h.
|
private |
The minimum number of cluster connections for display.
Definition at line 32 of file ShowerTensorVisualizationTool.h.
|
private |
Whether to show input cluster lists to add context to tensor elements.
Definition at line 35 of file ShowerTensorVisualizationTool.h.
|
private |
Whether to draw each individual tensor element.
Definition at line 34 of file ShowerTensorVisualizationTool.h.
1.8.5