EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Acts::ITrackingGeometryBuilder Class Referenceabstract

#include <acts/blob/sPHENIX/Core/include/Acts/Geometry/ITrackingGeometryBuilder.hpp>

+ Inheritance diagram for Acts::ITrackingGeometryBuilder:

Public Member Functions

virtual ~ITrackingGeometryBuilder ()=default
 Virtual destructor.
 
virtual std::unique_ptr< const
TrackingGeometry
trackingGeometry (const GeometryContext &gctx) const =0
 

Detailed Description

Interface class for the TrackingGeometry building, this is used by the TrackingGeometrySvc to build the geoemtry.

The TrackingGeometry is written to the detector store and thus not created as a std::shared_ptr.

The TrackingGeometry is returned as a non-const object in order to recreate from conditions callback if necessary.

Definition at line 28 of file ITrackingGeometryBuilder.hpp.

View newest version in sPHENIX GitHub at line 28 of file ITrackingGeometryBuilder.hpp

Constructor & Destructor Documentation

virtual Acts::ITrackingGeometryBuilder::~ITrackingGeometryBuilder ( )
virtualdefault

Virtual destructor.

Member Function Documentation

virtual std::unique_ptr<const TrackingGeometry> Acts::ITrackingGeometryBuilder::trackingGeometry ( const GeometryContext gctx) const
pure virtual

TrackingGeometry Interface methode

Parameters
gctxist the geometry context for witch the geometry is built
Returns
unique pointer to a newly created TrackingGeometry

Implemented in Acts::TrackingGeometryBuilder.


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