![]() |
LArSoft
v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
|
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) | |
| Constructor. More... | |
| unsigned int | GetCryostat () const |
| return cryostat ID More... | |
| unsigned int | GetTpc () const |
| return tpc ID More... | |
Private Attributes | |
| unsigned int | m_cryostat |
| unsigned int | m_tpc |
daughter drift volume class to hold properties of daughter drift volumes
Definition at line 81 of file LArPandoraGeometry.h.
|
inline |
Constructor.
| cryostat | the cryostat ID |
| tpc | the tpc ID |
Definition at line 385 of file LArPandoraGeometry.h.
|
inline |
return cryostat ID
Definition at line 392 of file LArPandoraGeometry.h.
References m_cryostat.
|
inline |
|
private |
Definition at line 103 of file LArPandoraGeometry.h.
Referenced by GetCryostat().
|
private |
Definition at line 104 of file LArPandoraGeometry.h.
Referenced by GetTpc().