daughter drift volume class to hold properties of daughter drift volumes More...
#include <LArPandoraGeometryComponents.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 LArPandoraGeometryComponents.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 388 of file LArPandoraGeometryComponents.h.
|
inline |
Return X position at centre of tpc volume.
Definition at line 425 of file LArPandoraGeometryComponents.h.
|
inline |
Return Y position at centre of tpc volume.
Definition at line 433 of file LArPandoraGeometryComponents.h.
|
inline |
Return Z position at centre of tpc volume.
Definition at line 441 of file LArPandoraGeometryComponents.h.
|
inline |
Return cryostat ID.
Definition at line 409 of file LArPandoraGeometryComponents.h.
|
inline |
Return tpc ID.
Definition at line 417 of file LArPandoraGeometryComponents.h.
|
inline |
Return X span of tpc volume.
Definition at line 449 of file LArPandoraGeometryComponents.h.
|
inline |
Return Y span of tpc volume.
Definition at line 457 of file LArPandoraGeometryComponents.h.
|
inline |
Return Z span of tpc volume.
Definition at line 465 of file LArPandoraGeometryComponents.h.
|
private |
Definition at line 157 of file LArPandoraGeometryComponents.h.
|
private |
Definition at line 158 of file LArPandoraGeometryComponents.h.
|
private |
Definition at line 159 of file LArPandoraGeometryComponents.h.
|
private |
Definition at line 155 of file LArPandoraGeometryComponents.h.
|
private |
Definition at line 156 of file LArPandoraGeometryComponents.h.
|
private |
Definition at line 160 of file LArPandoraGeometryComponents.h.
|
private |
Definition at line 161 of file LArPandoraGeometryComponents.h.
|
private |
Definition at line 162 of file LArPandoraGeometryComponents.h.