![]() |
EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include "FatrasSimulationBase.hpp"#include "Acts/Geometry/GeometryIdentifier.hpp"#include "Acts/Geometry/TrackingGeometry.hpp"#include "Acts/MagneticField/ConstantBField.hpp"#include "Acts/MagneticField/InterpolatedBFieldMap.hpp"#include "Acts/MagneticField/SharedBField.hpp"#include "Acts/Propagator/EigenStepper.hpp"#include "Acts/Propagator/Navigator.hpp"#include "Acts/Propagator/Propagator.hpp"#include "Acts/Propagator/StraightLineStepper.hpp"#include "Acts/Surfaces/Surface.hpp"#include "ActsExamples/EventData/SimHit.hpp"#include "ActsExamples/EventData/SimParticle.hpp"#include "ActsExamples/Fatras/FatrasAlgorithm.hpp"#include "ActsExamples/Fatras/FatrasOptions.hpp"#include "ActsExamples/Framework/RandomNumbers.hpp"#include "ActsExamples/Framework/Sequencer.hpp"#include "ActsExamples/Io/Csv/CsvParticleWriter.hpp"#include "ActsExamples/Io/Root/RootParticleWriter.hpp"#include "ActsExamples/Io/Root/RootSimHitWriter.hpp"#include "ActsExamples/Options/CommonOptions.hpp"#include "ActsExamples/Plugins/BField/BFieldOptions.hpp"#include "ActsExamples/Plugins/BField/ScalableBField.hpp"#include "ActsExamples/TruthTracking/ParticleSelector.hpp"#include "ActsExamples/Utilities/Paths.hpp"#include "ActsFatras/Kernel/PhysicsList.hpp"#include "ActsFatras/Kernel/Process.hpp"#include "ActsFatras/Kernel/Simulator.hpp"#include "ActsFatras/Physics/EnergyLoss/BetheBloch.hpp"#include "ActsFatras/Physics/EnergyLoss/BetheHeitler.hpp"#include "ActsFatras/Physics/Scattering/Highland.hpp"#include "ActsFatras/Selectors/ChargeSelectors.hpp"#include "ActsFatras/Selectors/KinematicCasts.hpp"#include "ActsFatras/Selectors/SelectorHelpers.hpp"#include "ActsFatras/Selectors/SurfaceSelectors.hpp"#include <boost/program_options.hpp>
Include dependency graph for FatrasSimulationBase.cpp: