ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Tracking
Acts
ActsGeometry
src
ITkMaterialDecoratorTool.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
3
*/
4
#ifndef ACTSGEOMETRY_ITkMaterialDecoratorTool_H
5
#define ACTSGEOMETRY_ITkMaterialDecoratorTool_H
6
7
#include "
ActsGeometryInterfaces/IRefineTrackingGeoTool.h
"
8
#include "
AthenaBaseComps/AthAlgTool.h
"
9
10
#include "Acts/Surfaces/Surface.hpp"
11
#include "ActsPlugins/Root/RootMaterialDecorator.hpp"
12
13
namespace
ActsTrk
{
16
class
ITkMaterialDecoratorTool
:
public
extends<AthAlgTool, IRefineTrackingGeoTool> {
17
public
:
18
using
base_class::base_class;
19
virtual
~ITkMaterialDecoratorTool
();
20
virtual
void
visitSurface
(Acts::Surface& surface)
override
final
;
21
virtual
StatusCode
initialize
() override final;
22
virtual StatusCode
finalize
() override final;
23
private
:
24
Gaudi
::
Property
<
std
::
string
>
m_materialMapFile
{
this
,
"MaterialDbFile"
,
""
,
""
};
25
std::unique_ptr<ActsPlugins::RootMaterialDecorator>
m_matDecorator
{};
26
};
27
}
28
#endif
AthAlgTool.h
IRefineTrackingGeoTool.h
ActsTrk::ITkMaterialDecoratorTool
Mutable tracking geometry visitor to load the material on the tracking surfaces inside the ITk.
Definition
ITkMaterialDecoratorTool.h:16
ActsTrk::ITkMaterialDecoratorTool::finalize
virtual StatusCode finalize() override final
Definition
ITkMaterialDecoratorTool.cxx:20
ActsTrk::ITkMaterialDecoratorTool::~ITkMaterialDecoratorTool
virtual ~ITkMaterialDecoratorTool()
ActsTrk::ITkMaterialDecoratorTool::m_matDecorator
std::unique_ptr< ActsPlugins::RootMaterialDecorator > m_matDecorator
Definition
ITkMaterialDecoratorTool.h:25
ActsTrk::ITkMaterialDecoratorTool::m_materialMapFile
Gaudi::Property< std::string > m_materialMapFile
Definition
ITkMaterialDecoratorTool.h:24
ActsTrk::ITkMaterialDecoratorTool::initialize
virtual StatusCode initialize() override final
Definition
ITkMaterialDecoratorTool.cxx:13
ActsTrk::ITkMaterialDecoratorTool::visitSurface
virtual void visitSurface(Acts::Surface &surface) override final
Definition
ITkMaterialDecoratorTool.cxx:10
Property
Support class for PropertyMgr.
Definition
Property.h:23
ActsTrk
The AlignStoreProviderAlg loads the rigid alignment corrections and pipes them through the readout ge...
Definition
MdtCalibInput.h:31
Gaudi
=============================================================================
Definition
CaloGPUClusterAndCellDataMonitorOptions.h:273
std
STL namespace.
private
#define private
Definition
testRead.cxx:27
Generated on
for ATLAS Offline Software by
1.17.0