![]() |
ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
Simple struct to select surfaces. More...
#include <acts/blob/master/Core/include/Acts/Propagator/SurfaceCollector.hpp>
Public Member Functions | |
| SurfaceSelector (bool sSensitive=true, bool sMaterial=false, bool sPassive=false) | |
| bool | operator() (const Acts::Surface &surface) const |
Public Attributes | |
| bool | selectSensitive = true |
| bool | selectMaterial = false |
| bool | selectPassive = false |
Simple struct to select surfaces.
Definition at line 17 of file SurfaceCollector.hpp.
View newest version in sPHENIX GitHub at line 17 of file SurfaceCollector.hpp
|
inline |
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 |
Definition at line 27 of file SurfaceCollector.hpp.
View newest version in sPHENIX GitHub at line 27 of file SurfaceCollector.hpp
|
inline |
Call operator to check if a surface should be selected
| surface | is the test surface |
Definition at line 36 of file SurfaceCollector.hpp.
View newest version in sPHENIX GitHub at line 36 of file SurfaceCollector.hpp
References Acts::Surface::associatedDetectorElement(), selectMaterial, selectPassive, selectSensitive, and Acts::Surface::surfaceMaterial().
Here is the call graph for this function:| bool Acts::SurfaceSelector::selectMaterial = false |
Definition at line 19 of file SurfaceCollector.hpp.
View newest version in sPHENIX GitHub at line 19 of file SurfaceCollector.hpp
Referenced by operator()().
| bool Acts::SurfaceSelector::selectPassive = false |
Definition at line 20 of file SurfaceCollector.hpp.
View newest version in sPHENIX GitHub at line 20 of file SurfaceCollector.hpp
Referenced by operator()().
| bool Acts::SurfaceSelector::selectSensitive = true |
Definition at line 18 of file SurfaceCollector.hpp.
View newest version in sPHENIX GitHub at line 18 of file SurfaceCollector.hpp
Referenced by operator()().