|
ACTS
Experiment-independent tracking
|
Simple struct to select volumes. More...
#include <Acts/Propagator/VolumeCollector.hpp>
Public Member Functions | |
| VolumeSelector (bool sMaterial=true, bool sLayer=false, bool sPassive=false) | |
| VolumeSelector with options. | |
| bool | operator() (const Acts::TrackingVolume &volume) const |
| Call operator to check if a volume should be selected. | |
Simple struct to select volumes.
|
explicit |
VolumeSelector with options.
| sMaterial | is the directive to select material volumes |
| sLayer | is the directive to select volumes with layers |
| sPassive | is the directive to select passive volumes |
| bool Acts::VolumeSelector::operator() | ( | const Acts::TrackingVolume & | volume | ) | const |
Call operator to check if a volume should be selected.
| volume | is the test volume |