ATLAS Offline Software
Tracking
Acts
ActsGeometryInterfaces
ActsGeometryInterfaces
IActsVolumeMappingTool.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_IACTSVOLUMEMAPPINGTOOL_H
6
#define ACTSGEOMETRYINTERFACES_IACTSVOLUMEMAPPINGTOOL_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/VolumeMaterialMapper.hpp"
14
15
16
class
IActsVolumeMappingTool
:
virtual
public
IAlgTool {
17
public
:
18
19
DeclareInterfaceID
(
IActsVolumeMappingTool
, 1, 0);
20
21
22
virtual
23
std::shared_ptr<Acts::VolumeMaterialMapper>
24
mapper
()
const
= 0;
25
26
virtual
27
Acts::VolumeMaterialMapper::State
28
mappingState
()
const
= 0;
29
30
31
};
32
33
#endif
IActsVolumeMappingTool::DeclareInterfaceID
DeclareInterfaceID(IActsVolumeMappingTool, 1, 0)
MuonR4::State
CalibratedSpacePoint::State State
Definition:
SpacePointCalibrator.cxx:40
AthAlgTool.h
IActsVolumeMappingTool::mapper
virtual std::shared_ptr< Acts::VolumeMaterialMapper > mapper() const =0
IActsVolumeMappingTool::mappingState
virtual Acts::VolumeMaterialMapper::State mappingState() const =0
IActsVolumeMappingTool
Definition:
IActsVolumeMappingTool.h:16
Generated on Mon Sep 29 2025 21:11:21 for ATLAS Offline Software by
1.8.18