ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <cmath>
#include <limits>
#include <memory>
#include <optional>
#include "ACTFW/Framework/BareAlgorithm.hpp"
#include "ACTFW/Framework/ProcessCode.hpp"
#include "ACTFW/Framework/RandomNumbers.hpp"
#include "ACTFW/Framework/WhiteBoard.hpp"
#include "Acts/EventData/NeutralParameters.hpp"
#include "Acts/EventData/TrackParameters.hpp"
#include "Acts/Propagator/AbortList.hpp"
#include "Acts/Propagator/ActionList.hpp"
#include "Acts/Propagator/DebugOutputActor.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 "PropagationAlgorithm.ipp"
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. | |