ATLAS Offline Software
Loading...
Searching...
No Matches
MaterialManipulation.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3*/
4
6// MaterialManipulation.h, (c) ATLAS Detector software
8
9#ifndef TRKDETDESCRALGS_MATERIALMANIPULATION_H
10#define TRKDETDESCRALGS_MATERIALMANIPULATION_H
11
12// Gaudi includes
14#include "GaudiKernel/IRndmGenSvc.h"
15#include "GaudiKernel/RndmGenerators.h"
16#include "GaudiKernel/ToolHandle.h"
17//Eigen
19
20namespace Trk {
21
23 class LayerMaterialMap;
24
25
33
34
36
37 public:
38
40 MaterialManipulation(const std::string& name, ISvcLocator* pSvcLocator);
41
44
46 virtual StatusCode initialize() override;
47
49 virtual StatusCode execute() override;
50
52 virtual StatusCode finalize() override;
53
54 private:
55
59
62
63 ToolHandle<ILayerMaterialManipulator> m_layerMaterialManipulator;
64
65 };
66}
67
68#endif
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
Interface class for LayerMaterial manipulation, it creates new LayerMaterial.
This class extends the DataVector<Trk::LayerMaterialProperties> by an elementTable;.
virtual StatusCode execute() override
standard Athena-Algorithm method
virtual StatusCode finalize() override
standard Athena-Algorithm method
ToolHandle< ILayerMaterialManipulator > m_layerMaterialManipulator
MaterialManipulation(const std::string &name, ISvcLocator *pSvcLocator)
Standard Athena-Algorithm Constructor.
const LayerMaterialMap * m_inputLayerMaterialMap
output material properties
std::string m_inputLayerMaterialMapName
< input material properties
~MaterialManipulation()
Default Destructor.
virtual StatusCode initialize() override
standard Athena-Algorithm method
Ensure that the ATLAS eigen extensions are properly loaded.