![]() |
ATLAS Offline Software
|
#include <VolumeSplitterUtils.h>
Public Types | |
| typedef std::vector< constZone * >::const_iterator | ChildIterator |
Public Member Functions | |
| PconZone (const std::string &label, bool rotated=false) | |
| PconZone (const std::string &label, const GeoPcon *shape, bool rotated=false) | |
| void | addPlane (double z, double rmin, double rmax) |
| virtual bool | inSide (const Point &point) const |
| virtual Point | findEntry (const Ray &ray) const |
| virtual Point | findExit (const Ray &ray) const |
| void | add (const Zone *) |
| ChildIterator | begin () const |
| ChildIterator | end () const |
| const std::string & | label () const |
| bool | rotated () const |
Private Member Functions | |
| bool | inR (unsigned int i, double r) const |
| bool | inZ (unsigned int i, double z) const |
Private Attributes | |
| std::vector< double > | m_z |
| std::vector< double > | m_rmin |
| std::vector< double > | m_rmax |
| std::string | m_label |
| bool | m_rotated |
| std::vector< const Zone * > | m_children |
Definition at line 119 of file VolumeSplitterUtils.h.
|
inherited |
Definition at line 73 of file VolumeSplitterUtils.h.
| InDetDD::PconZone::PconZone | ( | const std::string & | label, |
| bool | rotated = false ) |
Definition at line 225 of file VolumeSplitterUtils.cxx.
| InDetDD::PconZone::PconZone | ( | const std::string & | label, |
| const GeoPcon * | shape, | ||
| bool | rotated = false ) |
Definition at line 229 of file VolumeSplitterUtils.cxx.
Definition at line 124 of file VolumeSplitterUtils.cxx.
| void InDetDD::PconZone::addPlane | ( | double | z, |
| double | rmin, | ||
| double | rmax ) |
Definition at line 237 of file VolumeSplitterUtils.cxx.
|
inlineinherited |
Definition at line 80 of file VolumeSplitterUtils.h.
|
inlineinherited |
Definition at line 81 of file VolumeSplitterUtils.h.
Implements InDetDD::Zone.
Definition at line 266 of file VolumeSplitterUtils.cxx.
Implements InDetDD::Zone.
Definition at line 292 of file VolumeSplitterUtils.cxx.
|
private |
Definition at line 258 of file VolumeSplitterUtils.cxx.
Implements InDetDD::Zone.
Definition at line 244 of file VolumeSplitterUtils.cxx.
|
private |
|
inlineinherited |
Definition at line 82 of file VolumeSplitterUtils.h.
|
inlineinherited |
Definition at line 83 of file VolumeSplitterUtils.h.
Definition at line 87 of file VolumeSplitterUtils.h.
|
privateinherited |
Definition at line 85 of file VolumeSplitterUtils.h.
|
private |
Definition at line 133 of file VolumeSplitterUtils.h.
|
private |
Definition at line 132 of file VolumeSplitterUtils.h.
|
privateinherited |
Definition at line 86 of file VolumeSplitterUtils.h.
|
private |
Definition at line 131 of file VolumeSplitterUtils.h.