|
ACTS
Experiment-independent tracking
|
Simple struct to select surfaces. More...
#include <Acts/Propagator/SurfaceCollector.hpp>
Public Member Functions | |
| SurfaceSelector (bool sSensitive=true, bool sMaterial=false, bool sPassive=false) | |
| SurfaceSelector with options. | |
| bool | operator() (const Acts::Surface &surface) const |
| Call operator to check if a surface should be selected. | |
Simple struct to select surfaces.
|
explicit |
SurfaceSelector with options.
| sSensitive | is the directive to select sensitive surfaces |
| sMaterial | is the directive to select material surfaces |
| sPassive | is the directive to select passive surfaces |
| bool Acts::SurfaceSelector::operator() | ( | const Acts::Surface & | surface | ) | const |
Call operator to check if a surface should be selected.
| surface | is the test surface |