Mutable tracking geometry visitor to load the material on the tracking surfaces inside the ITk.
More...
#include <ITkMaterialDecoratorTool.h>
Mutable tracking geometry visitor to load the material on the tracking surfaces inside the ITk.
Definition at line 16 of file ITkMaterialDecoratorTool.h.
◆ ~ITkMaterialDecoratorTool()
| ActsTrk::ITkMaterialDecoratorTool::~ITkMaterialDecoratorTool |
( |
| ) |
|
|
virtualdefault |
◆ finalize()
| StatusCode ActsTrk::ITkMaterialDecoratorTool::finalize |
( |
| ) |
|
|
finaloverridevirtual |
◆ initialize()
| StatusCode ActsTrk::ITkMaterialDecoratorTool::initialize |
( |
| ) |
|
|
finaloverridevirtual |
Definition at line 13 of file ITkMaterialDecoratorTool.cxx.
13 {
14 ActsPlugins::RootMaterialDecorator::Config decoratorConfig{};
16 m_matDecorator = std::make_unique<ActsPlugins::RootMaterialDecorator>(decoratorConfig,
18 return StatusCode::SUCCESS;
19 }
Acts::Logging::Level actsLevelVector(MSG::Level lvl)
◆ visitSurface()
| void ActsTrk::ITkMaterialDecoratorTool::visitSurface |
( |
Acts::Surface & | surface | ) |
|
|
finaloverridevirtual |
◆ m_matDecorator
| std::unique_ptr<ActsPlugins::RootMaterialDecorator> ActsTrk::ITkMaterialDecoratorTool::m_matDecorator {} |
|
private |
◆ m_materialMapFile
| Gaudi::Property<std::string> ActsTrk::ITkMaterialDecoratorTool::m_materialMapFile {this, "MaterialDbFile", "", ""} |
|
private |
The documentation for this class was generated from the following files: