![]() |
ATLAS Offline Software
|
#include <AGDDDetector.h>
Public Member Functions | |
| AGDDDetector (const std::string &s) | |
| AGDDDetector (const std::string &s, const std::string &t) | |
| virtual | ~AGDDDetector () |
| virtual void | SetXYZ (const std::vector< double > &v) |
| void | small_x (double x) |
| void | large_x (double x) |
| void | y (double yval) |
| void | z (double zval) |
| void | subType (const std::string &s) |
| double | small_x () const |
| double | large_x () const |
| double | y () const |
| double | z () const |
| const std::string & | subType () const |
| const std::string & | GetName () const |
| const std::string & | DetectorType () const |
| const std::string & | DetectorID () const |
| void | SetAddressAndPosition (AGDDDetectorPositioner *) |
| std::vector< AGDDDetectorPositioner * > & | GetDetectorPositioners () |
Public Attributes | |
| std::string | tech |
Protected Member Functions | |
| GeoMaterial * | GetMMMaterial (std::string) |
| void | AddDetectorPosition (AGDDDetectorPositioner *p) |
| virtual void | SetDetectorAddress (AGDDDetectorPositioner *)=0 |
Protected Attributes | |
| double | m_small_x |
| double | m_large_x |
| double | m_y |
| double | m_z |
| std::string | m_detectorType |
| std::string | m_detectorID |
| std::string | m_sType |
| std::vector< AGDDDetectorPositioner * > | m_detectorPositions |
| std::string | m_name |
Definition at line 15 of file AGDDDetector.h.
|
inline |
Definition at line 17 of file AGDDDetector.h.
Definition at line 18 of file AGDDDetector.h.
|
inlinevirtual |
Definition at line 19 of file AGDDDetector.h.
|
protected |
Definition at line 19 of file AGDDDetector.cxx.
|
inline |
Definition at line 43 of file AGDDDetector.h.
|
inline |
Definition at line 42 of file AGDDDetector.h.
| std::vector< AGDDDetectorPositioner * > & AGDDDetector::GetDetectorPositioners | ( | ) |
Definition at line 14 of file AGDDDetector.cxx.
|
protected |
|
inline |
Definition at line 40 of file AGDDDetector.h.
|
inline |
Definition at line 34 of file AGDDDetector.h.
|
inline |
Definition at line 29 of file AGDDDetector.h.
| void AGDDDetector::SetAddressAndPosition | ( | AGDDDetectorPositioner * | p | ) |
Definition at line 8 of file AGDDDetector.cxx.
|
protectedpure virtual |
Implemented in MMDetectorDescription, and sTGCDetectorDescription.
|
inlinevirtual |
|
inline |
Definition at line 33 of file AGDDDetector.h.
|
inline |
Definition at line 28 of file AGDDDetector.h.
|
inline |
Definition at line 37 of file AGDDDetector.h.
|
inline |
Definition at line 32 of file AGDDDetector.h.
|
inline |
Definition at line 35 of file AGDDDetector.h.
|
inline |
Definition at line 30 of file AGDDDetector.h.
|
inline |
Definition at line 36 of file AGDDDetector.h.
|
inline |
Definition at line 31 of file AGDDDetector.h.
|
protected |
Definition at line 57 of file AGDDDetector.h.
|
protected |
Definition at line 66 of file AGDDDetector.h.
|
protected |
Definition at line 56 of file AGDDDetector.h.
|
protected |
Definition at line 51 of file AGDDDetector.h.
|
protected |
Definition at line 68 of file AGDDDetector.h.
|
protected |
Definition at line 50 of file AGDDDetector.h.
|
protected |
Definition at line 59 of file AGDDDetector.h.
|
protected |
Definition at line 52 of file AGDDDetector.h.
|
protected |
Definition at line 53 of file AGDDDetector.h.
| std::string AGDDDetector::tech |
Definition at line 38 of file AGDDDetector.h.