Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DetectorVolumeFinders.hpp File Reference
+ 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.