ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PropagationAlgorithm.hpp File Reference
+ Include dependency graph for PropagationAlgorithm.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  FW::PropagationAlgorithm< propagator_t >
 this test algorithm performs test propagation within the Acts::Propagator More...
 
struct  FW::PropagationAlgorithm< propagator_t >::Config
 

Namespaces

namespace  FW
 

Typedefs

using FW::RecordedMaterial = Acts::MaterialInteractor::result_type
 Using some short hands for Recorded Material.
 
using FW::RecordedMaterialTrack = std::pair< std::pair< Acts::Vector3D, Acts::Vector3D >, RecordedMaterial >
 
using FW::PropagationOutput = std::pair< std::vector< Acts::detail::Step >, RecordedMaterial >
 Finally the output of the propagation test.