ATLAS Offline Software
Loading...
Searching...
No Matches
ActsFatrasG4Tool::HitSurfaceSelector Struct Reference

Simple struct to select surfaces where hits should be generated. More...

Collaboration diagram for ActsFatrasG4Tool::HitSurfaceSelector:

Public Member Functions

bool operator() (const Acts::Surface &surface) const

Detailed Description

Simple struct to select surfaces where hits should be generated.

Check if the surface should be used based on sensitive boolean.

Definition at line 117 of file ActsFatrasG4Tool.h.

Member Function Documentation

◆ operator()()

bool ActsFatrasG4Tool::HitSurfaceSelector::operator() ( const Acts::Surface & surface) const
inline

Definition at line 118 of file ActsFatrasG4Tool.h.

118 {
119 return surface.isSensitive();
120 }

The documentation for this struct was generated from the following file: