daughter drift volume class to hold properties of daughter drift volumes
More...
#include "LArPandoraGeometryComponents.h"
|
| 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.
|
|
unsigned int | GetCryostat () const |
| Return cryostat ID.
|
|
unsigned int | GetTpc () const |
| Return tpc ID.
|
|
float | GetCenterX () const |
| Return X position at centre of tpc volume.
|
|
float | GetCenterY () const |
| Return Y position at centre of tpc volume.
|
|
float | GetCenterZ () const |
| Return Z position at centre of tpc volume.
|
|
float | GetWidthX () const |
| Return X span of tpc volume.
|
|
float | GetWidthY () const |
| Return Y span of tpc volume.
|
|
float | GetWidthZ () const |
| Return Z span of tpc volume.
|
|
daughter drift volume class to hold properties of daughter drift volumes
Definition at line 91 of file LArPandoraGeometryComponents.h.
◆ LArDaughterDriftVolume()
lar_pandora::LArDaughterDriftVolume::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 |
|
) |
| |
|
inline |
Constructor.
- Parameters
-
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 363 of file LArPandoraGeometryComponents.h.
◆ GetCenterX()
float lar_pandora::LArDaughterDriftVolume::GetCenterX |
( |
| ) |
const |
|
inline |
◆ GetCenterY()
float lar_pandora::LArDaughterDriftVolume::GetCenterY |
( |
| ) |
const |
|
inline |
◆ GetCenterZ()
float lar_pandora::LArDaughterDriftVolume::GetCenterZ |
( |
| ) |
const |
|
inline |
◆ GetCryostat()
unsigned int lar_pandora::LArDaughterDriftVolume::GetCryostat |
( |
| ) |
const |
|
inline |
◆ GetTpc()
unsigned int lar_pandora::LArDaughterDriftVolume::GetTpc |
( |
| ) |
const |
|
inline |
◆ GetWidthX()
float lar_pandora::LArDaughterDriftVolume::GetWidthX |
( |
| ) |
const |
|
inline |
◆ GetWidthY()
float lar_pandora::LArDaughterDriftVolume::GetWidthY |
( |
| ) |
const |
|
inline |
◆ GetWidthZ()
float lar_pandora::LArDaughterDriftVolume::GetWidthZ |
( |
| ) |
const |
|
inline |
◆ m_centerX
float lar_pandora::LArDaughterDriftVolume::m_centerX |
|
private |
◆ m_centerY
float lar_pandora::LArDaughterDriftVolume::m_centerY |
|
private |
◆ m_centerZ
float lar_pandora::LArDaughterDriftVolume::m_centerZ |
|
private |
◆ m_cryostat
unsigned int lar_pandora::LArDaughterDriftVolume::m_cryostat |
|
private |
◆ m_tpc
unsigned int lar_pandora::LArDaughterDriftVolume::m_tpc |
|
private |
◆ m_widthX
float lar_pandora::LArDaughterDriftVolume::m_widthX |
|
private |
◆ m_widthY
float lar_pandora::LArDaughterDriftVolume::m_widthY |
|
private |
◆ m_widthZ
float lar_pandora::LArDaughterDriftVolume::m_widthZ |
|
private |
The documentation for this class was generated from the following file: