![]() |
LArSoft
v09_93_00
Liquid Argon Software toolkit - https://larsoft.org/
|
Public Member Functions | |
| VertexTuple (const pandora::Pandora &pandora, const pandora::CartesianVector &vertexU, const pandora::CartesianVector &vertexV, const pandora::CartesianVector &vertexW) | |
| VertexTuple (const pandora::Pandora &pandora, const pandora::CartesianVector &vertex1, const pandora::CartesianVector &vertex2, const pandora::HitType view1, const pandora::HitType view2) | |
| const pandora::CartesianVector & | GetPosition () const |
| float | GetChi2 () const |
| std::string | ToString () const |
Private Attributes | |
| pandora::CartesianVector | m_pos |
| Calculated 3D position. More... | |
| float | m_chi2 |
| Chi squared of calculated position. More... | |
Definition at line 40 of file DlVertexingAlgorithm.h.
| lar_dl_content::DlVertexingAlgorithm::VertexTuple::VertexTuple | ( | const pandora::Pandora & | pandora, |
| const pandora::CartesianVector & | vertexU, | ||
| const pandora::CartesianVector & | vertexV, | ||
| const pandora::CartesianVector & | vertexW | ||
| ) |
Referenced by lar_dl_content::DlVertexingAlgorithm::ReadSettings().
| lar_dl_content::DlVertexingAlgorithm::VertexTuple::VertexTuple | ( | const pandora::Pandora & | pandora, |
| const pandora::CartesianVector & | vertex1, | ||
| const pandora::CartesianVector & | vertex2, | ||
| const pandora::HitType | view1, | ||
| const pandora::HitType | view2 | ||
| ) |
| float lar_dl_content::DlVertexingAlgorithm::VertexTuple::GetChi2 | ( | ) | const |
Definition at line 952 of file DlVertexingAlgorithm.cc.
| const CartesianVector & lar_dl_content::DlVertexingAlgorithm::VertexTuple::GetPosition | ( | ) | const |
Definition at line 945 of file DlVertexingAlgorithm.cc.
| std::string lar_dl_content::DlVertexingAlgorithm::VertexTuple::ToString | ( | ) | const |
Definition at line 959 of file DlVertexingAlgorithm.cc.
References util::to_string(), x, y, and z.
|
private |
Chi squared of calculated position.
Definition at line 55 of file DlVertexingAlgorithm.h.
|
private |
Calculated 3D position.
Definition at line 54 of file DlVertexingAlgorithm.h.