![]() |
ATLAS Offline Software
|
#include <VolumeSplitterUtils.h>
Public Member Functions | |
| Point () | |
| Point (double z, double r) | |
| bool | valid () const |
| bool | exit () const |
| bool | last () const |
| double | z () const |
| double | r () const |
| const Zone * | child () const |
| void | setChild (const Zone *zone) |
| void | setInvalid () |
| void | setExit () |
| void | setLast () |
Private Attributes | |
| bool | m_valid |
| bool | m_exit |
| bool | m_last |
| double | m_z |
| double | m_r |
| const Zone * | m_child |
Definition at line 19 of file VolumeSplitterUtils.h.
Definition at line 349 of file VolumeSplitterUtils.cxx.
| InDetDD::Point::Point | ( | double | z, |
| double | r ) |
Definition at line 358 of file VolumeSplitterUtils.cxx.
Definition at line 30 of file VolumeSplitterUtils.h.
|
inline |
Definition at line 25 of file VolumeSplitterUtils.h.
|
inline |
Definition at line 26 of file VolumeSplitterUtils.h.
|
inline |
Definition at line 29 of file VolumeSplitterUtils.h.
Definition at line 31 of file VolumeSplitterUtils.h.
|
inline |
Definition at line 33 of file VolumeSplitterUtils.h.
|
inline |
Definition at line 32 of file VolumeSplitterUtils.h.
|
inline |
Definition at line 34 of file VolumeSplitterUtils.h.
|
inline |
Definition at line 24 of file VolumeSplitterUtils.h.
|
inline |
Definition at line 28 of file VolumeSplitterUtils.h.
Definition at line 41 of file VolumeSplitterUtils.h.
|
private |
Definition at line 37 of file VolumeSplitterUtils.h.
|
private |
Definition at line 38 of file VolumeSplitterUtils.h.
|
private |
Definition at line 40 of file VolumeSplitterUtils.h.
|
private |
Definition at line 36 of file VolumeSplitterUtils.h.
|
private |
Definition at line 39 of file VolumeSplitterUtils.h.