drift volume class to hold properties of drift volume
More...
#include "LArPandoraGeometryComponents.h"
|
| LArDetectorGap (const float x1, const float y1, const float z1, const float x2, const float y2, const float z2) |
| Constructor.
|
|
float | GetX1 () const |
| Get lower X coordinate.
|
|
float | GetY1 () const |
| Get lower y coordinate.
|
|
float | GetZ1 () const |
| Get lower Z coordinate.
|
|
float | GetX2 () const |
| Get upper X coordinate.
|
|
float | GetY2 () const |
| Get upper Y coordinate.
|
|
float | GetZ2 () const |
| Get upper Z coordinate.
|
|
drift volume class to hold properties of drift volume
Definition at line 20 of file LArPandoraGeometryComponents.h.
◆ LArDetectorGap()
lar_pandora::LArDetectorGap::LArDetectorGap |
( |
const float |
x1, |
|
|
const float |
y1, |
|
|
const float |
z1, |
|
|
const float |
x2, |
|
|
const float |
y2, |
|
|
const float |
z2 |
|
) |
| |
|
inline |
Constructor.
- Parameters
-
x1 | lower X coordinate |
y1 | lower Y coordinate |
z1 | lower Z coordinate |
x2 | upper X coordinate |
y2 | upper Y coordinate |
z2 | upper Z coordinate |
Definition at line 320 of file LArPandoraGeometryComponents.h.
◆ GetMaxGapSize()
float lar_pandora::LArDetectorGap::GetMaxGapSize |
( |
| ) |
|
|
inlinestaticnoexcept |
◆ GetX1()
float lar_pandora::LArDetectorGap::GetX1 |
( |
| ) |
const |
|
inline |
◆ GetX2()
float lar_pandora::LArDetectorGap::GetX2 |
( |
| ) |
const |
|
inline |
◆ GetY1()
float lar_pandora::LArDetectorGap::GetY1 |
( |
| ) |
const |
|
inline |
◆ GetY2()
float lar_pandora::LArDetectorGap::GetY2 |
( |
| ) |
const |
|
inline |
◆ GetZ1()
float lar_pandora::LArDetectorGap::GetZ1 |
( |
| ) |
const |
|
inline |
◆ GetZ2()
float lar_pandora::LArDetectorGap::GetZ2 |
( |
| ) |
const |
|
inline |
◆ m_x1
float lar_pandora::LArDetectorGap::m_x1 |
|
private |
◆ m_x2
float lar_pandora::LArDetectorGap::m_x2 |
|
private |
◆ m_y1
float lar_pandora::LArDetectorGap::m_y1 |
|
private |
◆ m_y2
float lar_pandora::LArDetectorGap::m_y2 |
|
private |
◆ m_z1
float lar_pandora::LArDetectorGap::m_z1 |
|
private |
◆ m_z2
float lar_pandora::LArDetectorGap::m_z2 |
|
private |
The documentation for this class was generated from the following file: