Struct SurfaceSelector¶
Defined in File SurfaceCollector.hpp
Struct Documentation¶
-
struct
Acts::SurfaceSelector¶ Simple struct to select surfaces.
Public Functions
-
SurfaceSelector(bool sSensitive = true, bool sMaterial = false, bool sPassive = false)¶ SurfaceSelector with options.
- Parameters
sSensitive: is the directive to select sensitive surfacessMaterial: is the directive to select material surfacessPassive: is the directive to select passive surfaces
-