Analysis Software
Documentation for sPHENIX simulation software
|
This is the interface definition of external structure builders for DetectorVolume construction. More...
#include <acts/blob/sPHENIX/Core/include/Acts/Detector/interface/IExternalStructureBuilder.hpp>
Public Member Functions | |
virtual | ~IExternalStructureBuilder ()=default |
virtual ExternalStructure | construct (const GeometryContext &gctx) const =0 |
This is the interface definition of external structure builders for DetectorVolume construction.
Definition at line 19 of file IExternalStructureBuilder.hpp.
View newest version in sPHENIX GitHub at line 19 of file IExternalStructureBuilder.hpp
|
virtualdefault |
|
pure virtual |
The virtual interface definition for external structure creation
gctx | the geometry context at the creation of the internal structure |
Implemented in Acts::Experimental::VolumeStructureBuilder.