![]() |
LArSoft
v10_04_05
Liquid Argon Software toolkit - https://larsoft.org/
|
Public Member Functions | |
Canvas (const pandora::HitType view, const int width, const int height, const int colOffset, const int rowOffset, const float xMin, const float xMax, const float zMin, const float zMax) | |
Default constructor. More... | |
virtual | ~Canvas () |
Public Attributes | |
pandora::HitType | m_view |
float ** | m_canvas |
bool ** | m_visited |
const int | m_width |
const int | m_height |
const int | m_colOffset |
const int | m_rowOffset |
const float | m_xMin |
const float | m_xMax |
const float | m_zMin |
const float | m_zMax |
Definition at line 39 of file DlSecondaryVertexingAlgorithm.h.
lar_dl_content::DlSecondaryVertexingAlgorithm::Canvas::Canvas | ( | const pandora::HitType | view, |
const int | width, | ||
const int | height, | ||
const int | colOffset, | ||
const int | rowOffset, | ||
const float | xMin, | ||
const float | xMax, | ||
const float | zMin, | ||
const float | zMax | ||
) |
Default constructor.
Definition at line 674 of file DlSecondaryVertexingAlgorithm.cc.
References m_canvas, m_colOffset, m_height, m_rowOffset, m_visited, m_width, m_xMax, m_xMin, m_zMax, m_zMin, and r.
|
virtual |
Definition at line 697 of file DlSecondaryVertexingAlgorithm.cc.
References m_canvas, m_height, m_visited, and r.
float** lar_dl_content::DlSecondaryVertexingAlgorithm::Canvas::m_canvas |
Definition at line 51 of file DlSecondaryVertexingAlgorithm.h.
Referenced by Canvas(), lar_dl_content::DlSecondaryVertexingAlgorithm::GetVerticesFromCanvas(), lar_dl_content::DlSecondaryVertexingAlgorithm::GrowPeak(), and ~Canvas().
const int lar_dl_content::DlSecondaryVertexingAlgorithm::Canvas::m_colOffset |
Definition at line 55 of file DlSecondaryVertexingAlgorithm.h.
Referenced by Canvas(), and lar_dl_content::DlSecondaryVertexingAlgorithm::GetVerticesFromCanvas().
const int lar_dl_content::DlSecondaryVertexingAlgorithm::Canvas::m_height |
Definition at line 54 of file DlSecondaryVertexingAlgorithm.h.
Referenced by Canvas(), lar_dl_content::DlSecondaryVertexingAlgorithm::GetVerticesFromCanvas(), lar_dl_content::DlSecondaryVertexingAlgorithm::GrowPeak(), and ~Canvas().
const int lar_dl_content::DlSecondaryVertexingAlgorithm::Canvas::m_rowOffset |
Definition at line 56 of file DlSecondaryVertexingAlgorithm.h.
Referenced by Canvas(), and lar_dl_content::DlSecondaryVertexingAlgorithm::GetVerticesFromCanvas().
pandora::HitType lar_dl_content::DlSecondaryVertexingAlgorithm::Canvas::m_view |
Definition at line 50 of file DlSecondaryVertexingAlgorithm.h.
Referenced by lar_dl_content::DlSecondaryVertexingAlgorithm::GetVerticesFromCanvas().
bool** lar_dl_content::DlSecondaryVertexingAlgorithm::Canvas::m_visited |
Definition at line 52 of file DlSecondaryVertexingAlgorithm.h.
Referenced by Canvas(), lar_dl_content::DlSecondaryVertexingAlgorithm::GrowPeak(), and ~Canvas().
const int lar_dl_content::DlSecondaryVertexingAlgorithm::Canvas::m_width |
Definition at line 53 of file DlSecondaryVertexingAlgorithm.h.
Referenced by Canvas(), lar_dl_content::DlSecondaryVertexingAlgorithm::GetVerticesFromCanvas(), and lar_dl_content::DlSecondaryVertexingAlgorithm::GrowPeak().
const float lar_dl_content::DlSecondaryVertexingAlgorithm::Canvas::m_xMax |
Definition at line 58 of file DlSecondaryVertexingAlgorithm.h.
Referenced by Canvas(), and lar_dl_content::DlSecondaryVertexingAlgorithm::GetVerticesFromCanvas().
const float lar_dl_content::DlSecondaryVertexingAlgorithm::Canvas::m_xMin |
Definition at line 57 of file DlSecondaryVertexingAlgorithm.h.
Referenced by Canvas(), and lar_dl_content::DlSecondaryVertexingAlgorithm::GetVerticesFromCanvas().
const float lar_dl_content::DlSecondaryVertexingAlgorithm::Canvas::m_zMax |
Definition at line 60 of file DlSecondaryVertexingAlgorithm.h.
Referenced by Canvas(), and lar_dl_content::DlSecondaryVertexingAlgorithm::GetVerticesFromCanvas().
const float lar_dl_content::DlSecondaryVertexingAlgorithm::Canvas::m_zMin |
Definition at line 59 of file DlSecondaryVertexingAlgorithm.h.
Referenced by Canvas(), and lar_dl_content::DlSecondaryVertexingAlgorithm::GetVerticesFromCanvas().