Analysis Software
Documentation for sPHENIX simulation software
|
This is the interface for builders that create root volume finder delegates. More...
#include <acts/blob/sPHENIX/Core/include/Acts/Detector/interface/IRootVolumeFinderBuilder.hpp>
Public Member Functions | |
virtual | ~IRootVolumeFinderBuilder ()=default |
virtual DetectorVolumeUpdator | construct (const GeometryContext &gctx, const std::vector< std::shared_ptr< DetectorVolume >> &rootVolumes) const =0 |
This is the interface for builders that create root volume finder delegates.
Definition at line 25 of file IRootVolumeFinderBuilder.hpp.
View newest version in sPHENIX GitHub at line 25 of file IRootVolumeFinderBuilder.hpp
|
virtualdefault |
|
pure virtual |
The virtual interface definition for root volume finder builders
gctx | the geometry context at the creation of the internal structure |
rootVolumes | the root volumes to be used for the search |
Implemented in Acts::Experimental::IndexedRootVolumeFinderBuilder.