ATLAS Offline Software
Loading...
Searching...
No Matches
IActsMaterialStepConverterTool.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef ACTSGEOMETRYINTERFACES_IACTSMATERIALSTEPCONVERTERTOOL_H
6#define ACTSGEOMETRYINTERFACES_IACTSMATERIALSTEPCONVERTERTOOL_H
7
9#include "GaudiKernel/IInterface.h"
10#include "Acts/Propagator/MaterialInteractor.hpp"
12
13class IActsMaterialStepConverterTool : virtual public IAlgTool {
14 public:
15
17
18 virtual
21};
22
23#endif
virtual const Acts::RecordedMaterialTrack convertToMaterialTrack(const Trk::MaterialStepCollection &colStep) const =0
DeclareInterfaceID(IActsMaterialStepConverterTool, 1, 0)
std::pair< std::pair< Acts::Vector3, Acts::Vector3 >, RecordedMaterial > RecordedMaterialTrack
Recorded material track.
DataVector< Trk::MaterialStep > MaterialStepCollection