ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
This is an interface class for constructing TrackingVolumes whose are confined in a mother-TrackingVolume. More...
#include <acts/blob/master/Core/include/Acts/Geometry/IConfinedTrackingVolumeBuilder.hpp>
Public Member Functions | |
virtual | ~IConfinedTrackingVolumeBuilder ()=default |
Virtual destructor. | |
virtual MutableTrackingVolumeVector | centralVolumes () const =0 |
Interface for constructing a vector of confined TrackingVolumes. | |
virtual const std::string & | identification () const =0 |
Interface for retreiving the identification string of the confined volumes. | |
This is an interface class for constructing TrackingVolumes whose are confined in a mother-TrackingVolume.
Definition at line 25 of file IConfinedTrackingVolumeBuilder.hpp.
View newest version in sPHENIX GitHub at line 25 of file IConfinedTrackingVolumeBuilder.hpp
|
virtualdefault |
Virtual destructor.
|
pure virtual |
Interface for constructing a vector of confined TrackingVolumes.
Implemented in Acts::DD4hepVolumeBuilder.
|
pure virtual |
Interface for retreiving the identification string of the confined volumes.
Implemented in Acts::DD4hepVolumeBuilder.