Analysis Software
Documentation for sPHENIX simulation software
|
This is the interface for building a Detector object. More...
#include <acts/blob/sPHENIX/Core/include/Acts/Detector/interface/IDetectorBuilder.hpp>
Public Member Functions | |
virtual | ~IDetectorBuilder ()=default |
virtual std::shared_ptr< const Detector > | construct (const GeometryContext &gctx) const =0 |
This is the interface for building a Detector object.
This is the top level interface, all lower level building blocks should be done with detector component builders.
Definition at line 27 of file IDetectorBuilder.hpp.
View newest version in sPHENIX GitHub at line 27 of file IDetectorBuilder.hpp
|
virtualdefault |
|
pure virtual |
The virtual interface definition for detector builders
gctx | the geometry context at the creation of the internal structure |
Implemented in Acts::Experimental::DetectorBuilder.