Analysis Software
Documentation for sPHENIX simulation software
|
Container to collect root volumes for the construction of a Detector. More...
#include <acts/blob/sPHENIX/Core/include/Acts/Detector/DetectorComponents.hpp>
Public Attributes | |
std::vector< std::shared_ptr < DetectorVolume > > | volumes = {} |
The list of root volumes. | |
DetectorVolumeUpdator | volumeFinder |
The Root volumes finder. | |
Container to collect root volumes for the construction of a Detector.
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
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