LArSoft  v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
lar_pandora::LArDaughterDriftVolume Class Reference

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
 

Detailed Description

daughter drift volume class to hold properties of daughter drift volumes

Definition at line 81 of file LArPandoraGeometry.h.

Constructor & Destructor Documentation

lar_pandora::LArDaughterDriftVolume::LArDaughterDriftVolume ( const unsigned int  cryostat,
const unsigned int  tpc 
)
inline

Constructor.

Parameters
cryostatthe cryostat ID
tpcthe tpc ID

Definition at line 385 of file LArPandoraGeometry.h.

385  :
386  m_cryostat(cryostat), m_tpc(tpc)
387 {
388 }

Member Function Documentation

unsigned int lar_pandora::LArDaughterDriftVolume::GetCryostat ( ) const
inline

return cryostat ID

Definition at line 392 of file LArPandoraGeometry.h.

References m_cryostat.

393 {
394  return m_cryostat;
395 }
unsigned int lar_pandora::LArDaughterDriftVolume::GetTpc ( ) const
inline

return tpc ID

Definition at line 399 of file LArPandoraGeometry.h.

References m_tpc.

400 {
401  return m_tpc;
402 }

Member Data Documentation

unsigned int lar_pandora::LArDaughterDriftVolume::m_cryostat
private

Definition at line 103 of file LArPandoraGeometry.h.

Referenced by GetCryostat().

unsigned int lar_pandora::LArDaughterDriftVolume::m_tpc
private

Definition at line 104 of file LArPandoraGeometry.h.

Referenced by GetTpc().


The documentation for this class was generated from the following file: