Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Acts::Experimental::RootDetectorVolumes Struct Reference

Container to collect root volumes for the construction of a Detector. More...

#include <acts/blob/sPHENIX/Core/include/Acts/Detector/DetectorComponents.hpp>

+ Collaboration diagram for Acts::Experimental::RootDetectorVolumes:

Public Attributes

std::vector< std::shared_ptr
< DetectorVolume > > 
volumes = {}
 The list of root volumes.
 
DetectorVolumeUpdator volumeFinder
 The Root volumes finder.
 

Detailed Description

Container to collect root volumes for the construction of a Detector.

Note
each root volume is expected to contain a full search tree for eventually contained sub volumes

This struct collects all root volumes that will then be provided to the Detector object

Definition at line 38 of file DetectorComponents.hpp.

View newest version in sPHENIX GitHub at line 38 of file DetectorComponents.hpp

Member Data Documentation

DetectorVolumeUpdator Acts::Experimental::RootDetectorVolumes::volumeFinder

The Root volumes finder.

Definition at line 42 of file DetectorComponents.hpp.

View newest version in sPHENIX GitHub at line 42 of file DetectorComponents.hpp

std::vector<std::shared_ptr<DetectorVolume> > Acts::Experimental::RootDetectorVolumes::volumes = {}

The list of root volumes.

Definition at line 40 of file DetectorComponents.hpp.

View newest version in sPHENIX GitHub at line 40 of file DetectorComponents.hpp


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