Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Acts::Experimental::IDetectorComponentBuilder Class Referenceabstract

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>

+ Inheritance diagram for Acts::Experimental::IDetectorComponentBuilder:

Public Member Functions

virtual ~IDetectorComponentBuilder ()=default
 
virtual DetectorComponent construct (const GeometryContext &gctx) const =0
 

Detailed Description

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

Constructor & Destructor Documentation

virtual Acts::Experimental::IDetectorComponentBuilder::~IDetectorComponentBuilder ( )
virtualdefault

Member Function Documentation

virtual DetectorComponent Acts::Experimental::IDetectorComponentBuilder::construct ( const GeometryContext gctx) const
pure virtual

The interface method to be implemented by all detector component builder

Parameters
gctxThe geometry context for this call
Returns
an outgoing detector component

Implemented in Acts::Experimental::CylindricalContainerBuilder, Acts::Experimental::DetectorVolumeBuilder, and CompBuilder.


The documentation for this class was generated from the following file: