ATLAS Offline Software
|
#include <AGDDElcyl.h>
Public Member Functions | |
AGDDElcyl (const std::string &s, AGDDVolumeStore &vs, AGDDSectionStore &ss) | |
void | SetRXio_RYio_Z (const std::vector< double > &v) |
virtual void | CreateVolume (AGDDBuilder &builder) override |
virtual void | CreateSolid (const AGDDBuilder &builder) override |
double | dx () const |
double | dy () const |
double | z () const |
const std::string & | GetName () const |
void | SetMaterial (const std::string &n) |
void | AddDaughter (AGDDPositioner *v) |
AGDDPositioner * | GetDaughter (int i) |
int | NrOfDaughter () const |
bool | HasParent () const |
void | AddParent (AGDDVolume *v) |
void * | GetVolume () |
void * | GetSolid () |
void | SetSolid (void *p) |
void | SetVolume (void *p) |
void | SetColor (const std::string &c) |
void | IsSensitiveVolume (bool v) |
bool | IsSensitiveVolume () const |
const std::string & | GetColor () const |
const std::string & | GetMaterial () const |
Public Attributes | |
double | m_dx |
double | m_dy |
double | m_z |
Protected Attributes | |
std::string | m_name |
std::string | m_material |
std::vector< AGDDPositioner * > | m_theDaughters |
std::vector< AGDDVolume * > | m_theParents |
std::string | m_color |
void * | m_theSolid |
void * | m_theVolume |
bool | m_isSensitive |
AGDDVolumeStore & | m_vs |
Definition at line 13 of file AGDDElcyl.h.
|
inline |
Definition at line 15 of file AGDDElcyl.h.
|
inherited |
Definition at line 21 of file AGDDVolume.cxx.
|
inlineinherited |
Definition at line 31 of file AGDDVolume.h.
|
overridevirtual |
Reimplemented from AGDDVolume.
Definition at line 9 of file AGDDElcyl.cxx.
|
overridevirtual |
Reimplemented from AGDDVolume.
Definition at line 13 of file AGDDElcyl.cxx.
|
inline |
Definition at line 27 of file AGDDElcyl.h.
|
inline |
Definition at line 28 of file AGDDElcyl.h.
|
inlineinherited |
Definition at line 39 of file AGDDVolume.h.
|
inlineinherited |
Definition at line 28 of file AGDDVolume.h.
|
inlineinherited |
Definition at line 40 of file AGDDVolume.h.
|
inlineinherited |
Definition at line 23 of file AGDDVolume.h.
|
inlineinherited |
Definition at line 33 of file AGDDVolume.h.
|
inlineinherited |
Definition at line 32 of file AGDDVolume.h.
|
inlineinherited |
Definition at line 30 of file AGDDVolume.h.
|
inlineinherited |
Definition at line 38 of file AGDDVolume.h.
|
inherited |
Definition at line 27 of file AGDDVolume.cxx.
|
inlineinherited |
Definition at line 29 of file AGDDVolume.h.
|
inlineinherited |
Definition at line 36 of file AGDDVolume.h.
|
inlineinherited |
Definition at line 24 of file AGDDVolume.h.
|
inline |
|
inlineinherited |
Definition at line 34 of file AGDDVolume.h.
|
inlineinherited |
Definition at line 35 of file AGDDVolume.h.
|
inline |
Definition at line 29 of file AGDDElcyl.h.
|
protectedinherited |
Definition at line 48 of file AGDDVolume.h.
double AGDDElcyl::m_dx |
Definition at line 30 of file AGDDElcyl.h.
double AGDDElcyl::m_dy |
Definition at line 31 of file AGDDElcyl.h.
|
protectedinherited |
Definition at line 53 of file AGDDVolume.h.
|
protectedinherited |
Definition at line 44 of file AGDDVolume.h.
|
protectedinherited |
Definition at line 43 of file AGDDVolume.h.
|
protectedinherited |
Definition at line 45 of file AGDDVolume.h.
|
protectedinherited |
Definition at line 46 of file AGDDVolume.h.
|
protectedinherited |
Definition at line 50 of file AGDDVolume.h.
|
protectedinherited |
Definition at line 51 of file AGDDVolume.h.
|
protectedinherited |
Definition at line 55 of file AGDDVolume.h.
double AGDDElcyl::m_z |
Definition at line 32 of file AGDDElcyl.h.