daughter drift volume class to hold properties of daughter drift volumes More...
#include <LArPandoraGeometry.h>
Public Member Functions | |
| LArDaughterDriftVolume (const unsigned int cryostat, const unsigned int tpc, const float centerX, const float centerY, const float centerZ, const float widthX, const float widthY, const float widthZ) | |
| Constructor. More... | |
| unsigned int | GetCryostat () const |
| Return cryostat ID. More... | |
| unsigned int | GetTpc () const |
| Return tpc ID. More... | |
| float | GetCenterX () const |
| Return X position at centre of tpc volume. More... | |
| float | GetCenterY () const |
| Return Y position at centre of tpc volume. More... | |
| float | GetCenterZ () const |
| Return Z position at centre of tpc volume. More... | |
| float | GetWidthX () const |
| Return X span of tpc volume. More... | |
| float | GetWidthY () const |
| Return Y span of tpc volume. More... | |
| float | GetWidthZ () const |
| Return Z span of tpc volume. More... | |
Private Attributes | |
| unsigned int | m_cryostat |
| unsigned int | m_tpc |
| float | m_centerX |
| float | m_centerY |
| float | m_centerZ |
| float | m_widthX |
| float | m_widthY |
| float | m_widthZ |
daughter drift volume class to hold properties of daughter drift volumes
Definition at line 91 of file LArPandoraGeometry.h.
|
inline |
Constructor.
| cryostat | the cryostat ID |
| tpc | the tpc ID |
| centerX | centre of tpc volume (X) |
| centerY | centre of tpc volume (Y) |
| centerZ | centre of tpc volume (Z) |
| widthX | width of tpc volume (X) |
| widthY | width of tpc volume (Y) |
| widthZ | width of tpc volume (Z) |
Definition at line 492 of file LArPandoraGeometry.h.
|
inline |
|
inline |
|
inline |
|
inline |
Return cryostat ID.
Definition at line 513 of file LArPandoraGeometry.h.
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
Definition at line 157 of file LArPandoraGeometry.h.
|
private |
Definition at line 158 of file LArPandoraGeometry.h.
|
private |
Definition at line 159 of file LArPandoraGeometry.h.
|
private |
Definition at line 155 of file LArPandoraGeometry.h.
|
private |
Definition at line 156 of file LArPandoraGeometry.h.
|
private |
Definition at line 160 of file LArPandoraGeometry.h.
|
private |
Definition at line 161 of file LArPandoraGeometry.h.
|
private |
Definition at line 162 of file LArPandoraGeometry.h.
1.8.11