LArSoft
v06_85_00
Liquid Argon Software toolkit - http://larsoft.org/
|
drift volume class to hold properties of drift volume More...
#include "LArPandoraGeometry.h"
Public Member Functions | |
LArDetectorGap (const float x1, const float y1, const float z1, const float x2, const float y2, const float z2) | |
Constructor. More... | |
float | GetX1 () const |
Get lower X coordinate. More... | |
float | GetY1 () const |
Get lower y coordinate. More... | |
float | GetZ1 () const |
Get lower Z coordinate. More... | |
float | GetX2 () const |
Get upper X coordinate. More... | |
float | GetY2 () const |
Get upper Y coordinate. More... | |
float | GetZ2 () const |
Get upper Z coordinate. More... | |
Private Attributes | |
float | m_x1 |
float | m_y1 |
float | m_z1 |
float | m_x2 |
float | m_y2 |
float | m_z2 |
drift volume class to hold properties of drift volume
Definition at line 19 of file LArPandoraGeometry.h.
|
inline |
Constructor.
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 335 of file LArPandoraGeometry.h.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
Definition at line 65 of file LArPandoraGeometry.h.
Referenced by GetX1().
|
private |
Definition at line 68 of file LArPandoraGeometry.h.
Referenced by GetX2().
|
private |
Definition at line 66 of file LArPandoraGeometry.h.
Referenced by GetY1().
|
private |
Definition at line 69 of file LArPandoraGeometry.h.
Referenced by GetY2().
|
private |
Definition at line 67 of file LArPandoraGeometry.h.
Referenced by GetZ1().
|
private |
Definition at line 70 of file LArPandoraGeometry.h.
Referenced by GetZ2().