8#include "GaudiKernel/IInterface.h"
18#include "Acts/Propagator/Navigator.hpp"
19#include "Acts/Propagator/Propagator.hpp"
20#include "Acts/Propagator/StraightLineStepper.hpp"
21#include "Acts/Geometry/GeometryContext.hpp"
29 const IInterface* parent)
30 : base_class(
type, name, parent)
49 Acts::VolumeMaterialMapper::Config smmConfig;
50 smmConfig.mappingStep = 10;
51 m_mapper = std::make_shared<Acts::VolumeMaterialMapper>(
53 std::move(propagator),
58 ATH_MSG_INFO(
"ACTS Surface Mapper successfully initialized");
59 return StatusCode::SUCCESS;
62Acts::VolumeMaterialMapper::State
#define ATH_CHECK
Evaluate an expression and check for errors.
std::unique_ptr< const Acts::Logger > makeActsAthenaLogger(IMessageSvc *svc, const std::string &name, int level, std::optional< std::string > parent_name)