Struct Acts::Experimental::RootDetectorVolumes

struct RootDetectorVolumes

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

Note

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

Public Members

DetectorVolumeUpdator volumeFinder

The Root volumes finder.

std::vector<std::shared_ptr<DetectorVolume>> volumes = {}

The list of root volumes.