Descriptor class to hold GlueVolumes of a TrackingGeometry object.
More...
#include <GlueVolumesDescriptor.h>
Descriptor class to hold GlueVolumes of a TrackingGeometry object.
Should ease the wrapping of a TrackingGeometry object describing one Detector by another one.
- Author
- Andre.nosp@m.as.S.nosp@m.alzbu.nosp@m.rger.nosp@m.@cern.nosp@m..ch
Definition at line 40 of file GlueVolumesDescriptor.h.
◆ GlueVolumesDescriptor() [1/2]
| Trk::GlueVolumesDescriptor::GlueVolumesDescriptor |
( |
| ) |
|
|
inline |
◆ GlueVolumesDescriptor() [2/2]
Constructor - with arguments.
Definition at line 17 of file GlueVolumesDescriptor.cxx.
23
24 for (; searchIter != endIter; ++searchIter)
26}
std::vector< BoundarySurfaceFace > m_glueFaces
std::map< BoundarySurfaceFace, std::vector< TrackingVolume * > > m_glueVolumes
std::map< BoundarySurfaceFace, std::vector< TrackingVolume * > >::iterator GlueVolumeIterator
◆ ~GlueVolumesDescriptor()
| Trk::GlueVolumesDescriptor::~GlueVolumesDescriptor |
( |
| ) |
|
|
inline |
◆ glueFaces()
◆ glueVolumes()
retrieve them again
Definition at line 40 of file GlueVolumesDescriptor.cxx.
40 {
43
45 if (searchIter != endIter) return searchIter->second;
47}
static const std::vector< TrackingVolume * > s_emptyVector
std::map< BoundarySurfaceFace, std::vector< TrackingVolume * > >::const_iterator GlueVolumeConstIterator
◆ registerGlueVolumes()
◆ m_glueFaces
◆ m_glueVolumes
◆ s_emptyVector
The documentation for this class was generated from the following files: