![]() |
ATLAS Offline Software
|
#include <VolumeSplitterUtils.h>
Public Member Functions | |
| Segment (const std::string &label, const Point &start, const Point &end, bool rotated=false) | |
| const std::string & | label () const |
| bool | rotated () const |
| double | zmin () const |
| double | zmax () const |
| double | rmin () const |
| double | rmax () const |
| void | print () const |
Private Attributes | |
| std::string | m_label |
| bool | m_rotated |
| double | m_zmin |
| double | m_zmax |
| double | m_rmin |
| double | m_rmax |
Definition at line 136 of file VolumeSplitterUtils.h.
| InDetDD::Segment::Segment | ( | const std::string & | label, |
| const Point & | start, | ||
| const Point & | end, | ||
| bool | rotated = false ) |
Definition at line 367 of file VolumeSplitterUtils.cxx.
|
inline |
Definition at line 139 of file VolumeSplitterUtils.h.
| void InDetDD::Segment::print | ( | ) | const |
|
inline |
Definition at line 144 of file VolumeSplitterUtils.h.
|
inline |
Definition at line 143 of file VolumeSplitterUtils.h.
|
inline |
Definition at line 140 of file VolumeSplitterUtils.h.
|
inline |
Definition at line 142 of file VolumeSplitterUtils.h.
|
inline |
Definition at line 141 of file VolumeSplitterUtils.h.
|
private |
Definition at line 147 of file VolumeSplitterUtils.h.
|
private |
Definition at line 152 of file VolumeSplitterUtils.h.
|
private |
Definition at line 151 of file VolumeSplitterUtils.h.
|
private |
Definition at line 148 of file VolumeSplitterUtils.h.
|
private |
Definition at line 150 of file VolumeSplitterUtils.h.
|
private |
Definition at line 149 of file VolumeSplitterUtils.h.