#include <VolumeSplitterUtils.h>
Definition at line 155 of file VolumeSplitterUtils.h.
◆ add() [1/2]
| void InDetDD::SegmentList::add |
( |
const Segment & | segment | ) |
|
◆ add() [2/2]
| void InDetDD::SegmentList::add |
( |
const std::string & | label, |
|
|
const Point & | start, |
|
|
const Point & | end, |
|
|
bool | rotated = false ) |
◆ getSegment()
| const Segment & InDetDD::SegmentList::getSegment |
( |
unsigned int | i | ) |
const |
|
inline |
◆ horizontal()
| bool InDetDD::SegmentList::horizontal |
( |
| ) |
const |
Definition at line 387 of file VolumeSplitterUtils.cxx.
387 {
390 return(seg.rmin() == seg.rmax());
391 }
392
393 return true;
394 }
unsigned int size() const
◆ print()
| void InDetDD::SegmentList::print |
( |
| ) |
const |
◆ size()
| unsigned int InDetDD::SegmentList::size |
( |
| ) |
const |
|
inline |
◆ m_segments
| std::vector<Segment> InDetDD::SegmentList::m_segments |
|
private |
The documentation for this class was generated from the following files: