Struct VolumeSelector¶
Defined in File VolumeCollector.hpp
Struct Documentation¶
-
struct
Acts::VolumeSelector¶ Simple struct to select volumes.
Public Functions
-
VolumeSelector(bool sMaterial = true, bool sLayer = false, bool sPassive = false)¶ VolumeSelector with options.
- Parameters
sMaterial: is the directive to select material volumessLayer: is the directive to select volumes with layerssPassive: is the directive to select passive volumes
-
bool
operator()(const Acts::TrackingVolume &volume) const¶ Call operator to check if a volume should be selected.
- Parameters
volume: is the test volume
-