ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <acts/blob/master/Core/include/Acts/Geometry/GlueVolumesDescriptor.hpp>
Public Member Functions | |
GlueVolumesDescriptor ()=default | |
Constructor. | |
GlueVolumesDescriptor (const std::map< BoundarySurfaceFace, std::shared_ptr< const TrackingVolumeArray >> &gvs) | |
~GlueVolumesDescriptor ()=default | |
Desctructor. | |
void | registerGlueVolumes (Acts::BoundarySurfaceFace bsf, std::shared_ptr< const TrackingVolumeArray > gvs) |
std::shared_ptr< const TrackingVolumeArray > | glueVolumes (BoundarySurfaceFace bsf) const |
const std::vector < BoundarySurfaceFace > & | glueFaces () const |
std::string | screenOutput () const |
Dump it to the screen. | |
Private Attributes | |
std::map< BoundarySurfaceFace, std::shared_ptr< const TrackingVolumeArray > > | m_glueVolumes |
std::vector< BoundarySurfaceFace > | m_glueFaces |
Descriptor class to hold GlueVolumes of a TrackingGeometry object. Should ease the wrapping of a TrackingGeometry object describing one Detector by another one.
Definition at line 33 of file GlueVolumesDescriptor.hpp.
View newest version in sPHENIX GitHub at line 33 of file GlueVolumesDescriptor.hpp
|
default |
Constructor.
Acts::GlueVolumesDescriptor::GlueVolumesDescriptor | ( | const std::map< BoundarySurfaceFace, std::shared_ptr< const TrackingVolumeArray >> & | gvs | ) |
Constructor - with arguments
gvs | are the glue volume arrays mapped to the volume faces |
Definition at line 18 of file GlueVolumesDescriptor.cpp.
View newest version in sPHENIX GitHub at line 18 of file GlueVolumesDescriptor.cpp
References m_glueFaces, and m_glueVolumes.
|
default |
Desctructor.
|
inline |
Retrieve the available Glue Faces
Definition at line 76 of file GlueVolumesDescriptor.hpp.
View newest version in sPHENIX GitHub at line 76 of file GlueVolumesDescriptor.hpp
References m_glueFaces.
std::shared_ptr< const Acts::TrackingVolumeArray > Acts::GlueVolumesDescriptor::glueVolumes | ( | Acts::BoundarySurfaceFace | bsf | ) | const |
Retrieve the glue volumes
bsf | is the boundary surface face for which you want to get the array |
Definition at line 42 of file GlueVolumesDescriptor.cpp.
View newest version in sPHENIX GitHub at line 42 of file GlueVolumesDescriptor.cpp
Referenced by Acts::CylinderVolumeHelper::addFaceVolumes(), and Acts::CylinderVolumeHelper::glueTrackingVolumes().
void Acts::GlueVolumesDescriptor::registerGlueVolumes | ( | Acts::BoundarySurfaceFace | bsf, |
std::shared_ptr< const TrackingVolumeArray > | gvs | ||
) |
Register the volumes
bsf | is the boundary surface face where the volume array is attached |
gvs | is the array of volumes to be attached |
<
Definition at line 28 of file GlueVolumesDescriptor.cpp.
View newest version in sPHENIX GitHub at line 28 of file GlueVolumesDescriptor.cpp
Referenced by Acts::CylinderVolumeHelper::interGlueTrackingVolume().
std::string Acts::GlueVolumesDescriptor::screenOutput | ( | ) | const |
Dump it to the screen.
Definition at line 51 of file GlueVolumesDescriptor.cpp.
View newest version in sPHENIX GitHub at line 51 of file GlueVolumesDescriptor.cpp
References int().
Referenced by Acts::operator<<().
|
private |
Definition at line 72 of file GlueVolumesDescriptor.hpp.
View newest version in sPHENIX GitHub at line 72 of file GlueVolumesDescriptor.hpp
Referenced by glueFaces(), and GlueVolumesDescriptor().
|
private |
Definition at line 71 of file GlueVolumesDescriptor.hpp.
View newest version in sPHENIX GitHub at line 71 of file GlueVolumesDescriptor.hpp
Referenced by GlueVolumesDescriptor().