Analysis Software
Documentation for sPHENIX simulation 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  ActsExamples::PropagationAlgorithm
 this test algorithm performs test propagation within the Acts::Propagator More...
 
struct  ActsExamples::PropagationAlgorithm::Config
 

Namespaces

namespace  ActsExamples
 

Typedefs

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