Analysis Software
Documentation for sPHENIX simulation software
|
This is the interface definition of internal structure builders for DetectorVolume construction. More...
#include <acts/blob/sPHENIX/Core/include/Acts/Detector/interface/IInternalStructureBuilder.hpp>
Public Member Functions | |
virtual | ~IInternalStructureBuilder ()=default |
virtual InternalStructure | construct (const GeometryContext &gctx) const =0 |
This is the interface definition of internal structure builders for DetectorVolume construction.
It is assumed that each builder returns a consistent set of DetectorVolume internals, which in turn can be directly provided to a DetectorVolume constructor.
Definition at line 23 of file IInternalStructureBuilder.hpp.
View newest version in sPHENIX GitHub at line 23 of file IInternalStructureBuilder.hpp
|
virtualdefault |
|
pure virtual |
The interface definition for internal structure creation
gctx | the geometry context at the creation of the internal structure |
Implemented in Acts::Experimental::LayerStructureBuilder, and MultiWireInternalStructureBuilder.