ATLAS Offline Software
Tracking
Acts
ActsGeometryInterfaces
ActsGeometryInterfaces
IActsSurfaceMappingTool.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef ACTSGEOMETRYINTERFACES_IACTSSURFACEMAPPINGTOOL_H
6
#define ACTSGEOMETRYINTERFACES_IACTSSURFACEMAPPINGTOOL_H
7
8
#include "
AthenaBaseComps/AthAlgTool.h
"
9
#include "GaudiKernel/IInterface.h"
10
#include "GaudiKernel/IAlgTool.h"
11
#include "GaudiKernel/EventContext.h"
12
13
#include "Acts/Material/SurfaceMaterialMapper.hpp"
14
15
16
class
IActsSurfaceMappingTool
:
virtual
public
IAlgTool {
17
public
:
18
19
DeclareInterfaceID
(
IActsSurfaceMappingTool
, 1, 0);
20
21
22
virtual
23
std::shared_ptr<Acts::SurfaceMaterialMapper>
24
mapper
()
const
= 0;
25
26
virtual
27
Acts::SurfaceMaterialMapper::State
28
mappingState
()
const
= 0;
29
30
31
};
32
33
#endif
MuonR4::State
CalibratedSpacePoint::State State
Definition:
SpacePointCalibrator.cxx:33
AthAlgTool.h
IActsSurfaceMappingTool::mappingState
virtual Acts::SurfaceMaterialMapper::State mappingState() const =0
IActsSurfaceMappingTool::DeclareInterfaceID
DeclareInterfaceID(IActsSurfaceMappingTool, 1, 0)
IActsSurfaceMappingTool::mapper
virtual std::shared_ptr< Acts::SurfaceMaterialMapper > mapper() const =0
IActsSurfaceMappingTool
Definition:
IActsSurfaceMappingTool.h:16
Generated on Tue Sep 2 2025 21:12:38 for ATLAS Offline Software by
1.8.18