![]() |
Analysis Software
Documentation for sPHENIX simulation software
|
#include "Acts/Detector/Detector.hpp"#include "Acts/Detector/DetectorVolume.hpp"#include "Acts/Geometry/GeometryContext.hpp"#include "Acts/Navigation/NavigationDelegates.hpp"#include "Acts/Navigation/NavigationState.hpp"#include "Acts/Navigation/NavigationStateFillers.hpp"#include "Acts/Navigation/NavigationStateUpdators.hpp"#include "Acts/Utilities/detail/Axis.hpp"#include "Acts/Utilities/detail/Grid.hpp"#include <stdexcept>
Include dependency graph for DetectorVolumeFinders.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | Acts::Experimental::NoopFinder |
| struct | Acts::Experimental::RootVolumeFinder |
| struct | Acts::Experimental::TrialAndErrorVolumeFinder |
| struct | Acts::Experimental::IndexedDetectorVolumeExtractor |
| A helper struct that allows to extrace a volume from the detector by its index. More... | |
Namespaces | |
| namespace | Acts |
| Acts includes to create all necessary definitions. | |
| namespace | Acts::Experimental |
Typedefs | |
| template<typename grid_type > | |
| using | Acts::Experimental::IndexedDetectorVolumeImpl = IndexedUpdatorImpl< grid_type, IndexedDetectorVolumeExtractor, DetectorVolumeFiller > |
| An indexed volume implementation access. | |
Functions | |
| static DetectorVolumeUpdator | Acts::Experimental::tryRootVolumes () |
| Generate a delegate to try the root volumes. | |
| static DetectorVolumeUpdator | Acts::Experimental::tryAllSubVolumes () |
| Generate a delegate to try all sub volumes. | |
| static DetectorVolumeUpdator | Acts::Experimental::tryNoVolumes () |
| Generate a delegate to try no volume. | |