![]() |
EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include "Acts/EventData/NeutralTrackParameters.hpp"#include "Acts/EventData/TrackParameters.hpp"#include "Acts/Propagator/AbortList.hpp"#include "Acts/Propagator/ActionList.hpp"#include "Acts/Propagator/DenseEnvironmentExtension.hpp"#include "Acts/Propagator/MaterialInteractor.hpp"#include "Acts/Propagator/Navigator.hpp"#include "Acts/Propagator/Propagator.hpp"#include "Acts/Propagator/StandardAborters.hpp"#include "Acts/Propagator/detail/SteppingLogger.hpp"#include "Acts/Surfaces/PerigeeSurface.hpp"#include "Acts/Utilities/Definitions.hpp"#include "Acts/Utilities/Helpers.hpp"#include "Acts/Utilities/Units.hpp"#include "ActsExamples/Framework/BareAlgorithm.hpp"#include "ActsExamples/Framework/ProcessCode.hpp"#include "ActsExamples/Framework/RandomNumbers.hpp"#include "ActsExamples/Framework/WhiteBoard.hpp"#include <cmath>#include <limits>#include <memory>#include <optional>#include "PropagationAlgorithm.ipp"
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< propagator_t > |
| this test algorithm performs test propagation within the Acts::Propagator More... | |
| struct | ActsExamples::PropagationAlgorithm< propagator_t >::Config |
Namespaces | |
| namespace | ActsExamples |
Typedefs | |
| using | ActsExamples::PropagationOutput = std::pair< std::vector< Acts::detail::Step >, RecordedMaterial > |
| Finally the output of the propagation test. | |