|
ACTS
Experiment-independent tracking
|
Read the collection of SurfaceMaterial & VolumeMaterial. More...
#include <ActsPlugins/Root/RootMaterialDecorator.hpp>
Classes | |
| class | Config |
| Configuration of the Reader. More... | |
Public Member Functions | |
| RootMaterialDecorator (const Config &config, Acts::Logging::Level level) | |
| Constructor. | |
| ~RootMaterialDecorator () override | |
| Destructor. | |
| const Config & | config () const |
| Get readonly access to the config parameters. | |
| void | decorate (Acts::Surface &surface) const final |
| Decorate a surface. | |
| void | decorate (Acts::TrackingVolume &volume) const final |
| Decorate a TrackingVolume. | |
| Acts::TrackingGeometryMaterial | materialMaps () const |
| Return the maps. | |
| Public Member Functions inherited from Acts::IMaterialDecorator | |
| virtual | ~IMaterialDecorator ()=default |
| Virtual Destructor. | |
Read the collection of SurfaceMaterial & VolumeMaterial.
| ActsPlugins::RootMaterialDecorator::RootMaterialDecorator | ( | const Config & | config, |
| Acts::Logging::Level | level ) |
Constructor.
| config | configuration struct for the reader |
| level | the logging level |
|
override |
Destructor.
| const Config & ActsPlugins::RootMaterialDecorator::config | ( | ) | const |
Get readonly access to the config parameters.
|
finalvirtual |
Decorate a surface.
| surface | the non-cost surface that is decorated |
Implements Acts::IMaterialDecorator.
|
finalvirtual |
Decorate a TrackingVolume.
| volume | the non-cost volume that is decorated |
Implements Acts::IMaterialDecorator.
| Acts::TrackingGeometryMaterial ActsPlugins::RootMaterialDecorator::materialMaps | ( | ) | const |
Return the maps.