ATLAS Offline Software
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 
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 
20 
21 
22  virtual
23  std::shared_ptr<Acts::VolumeMaterialMapper>
24  mapper() const = 0;
25 
26  virtual
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