Analysis Software
Documentation for sPHENIX simulation software
|
This is the interface for detector component builders; such a builder could be a simple detector volume builder, with or without internal structure, or more complicated objects. More...
#include <acts/blob/sPHENIX/Core/include/Acts/Detector/interface/IDetectorComponentBuilder.hpp>
Public Member Functions | |
virtual | ~IDetectorComponentBuilder ()=default |
virtual DetectorComponent | construct (const GeometryContext &gctx) const =0 |
This is the interface for detector component builders; such a builder could be a simple detector volume builder, with or without internal structure, or more complicated objects.
Definition at line 21 of file IDetectorComponentBuilder.hpp.
View newest version in sPHENIX GitHub at line 21 of file IDetectorComponentBuilder.hpp
|
virtualdefault |
|
pure virtual |
The interface method to be implemented by all detector component builder
gctx | The geometry context for this call |
Implemented in Acts::Experimental::CylindricalContainerBuilder, Acts::Experimental::DetectorVolumeBuilder, and CompBuilder.