ATLAS Offline Software
Classes | Typedefs
IActsExtrapolationTool.h File Reference
#include "AthenaBaseComps/AthAlgTool.h"
#include "GaudiKernel/IInterface.h"
#include "GaudiKernel/IAlgTool.h"
#include "GaudiKernel/EventContext.h"
#include "TrkEventPrimitives/ParticleHypothesis.h"
#include "ActsGeometryInterfaces/ActsGeometryContext.h"
#include "Acts/MagneticField/MagneticFieldContext.hpp"
#include "Acts/Propagator/MaterialInteractor.hpp"
#include "Acts/Propagator/detail/SteppingLogger.hpp"
#include "Acts/EventData/TrackParameters.hpp"

Go to the source code of this file.

Classes

class  IActsExtrapolationTool
 

Typedefs

using ActsRecordedMaterial = Acts::MaterialInteractor::result_type
 Using some short hands for Recorded Material. More...
 
using ActsPropagationOutput = std::pair< std::vector< Acts::detail::Step >, ActsRecordedMaterial >
 Finally the output of the propagation test. More...
 

Typedef Documentation

◆ ActsPropagationOutput

using ActsPropagationOutput = std::pair<std::vector<Acts::detail::Step>, ActsRecordedMaterial>

Finally the output of the propagation test.

Definition at line 24 of file IActsExtrapolationTool.h.

◆ ActsRecordedMaterial

using ActsRecordedMaterial = Acts::MaterialInteractor::result_type

Using some short hands for Recorded Material.

Definition at line 22 of file IActsExtrapolationTool.h.