|
ACTS
Experiment-independent tracking
|
Base class for hooks that can be used to modify the Geometry Identifier during construction. More...
#include <Acts/Geometry/GeometryIdentifier.hpp>
Public Member Functions | |
| virtual | ~GeometryIdentifierHook ()=default |
| virtual Acts::GeometryIdentifier | decorateIdentifier (Acts::GeometryIdentifier identifier, const Acts::Surface &surface) const |
| Decorate a geometry identifier with additional information from a surface. | |
Base class for hooks that can be used to modify the Geometry Identifier during construction.
Most common use case is setting the extra bit fields.
|
virtualdefault |
|
virtual |
Decorate a geometry identifier with additional information from a surface.
| identifier | Base geometry identifier to decorate |
| surface | Surface providing additional context for decoration |