![]() |
Analysis Software
Documentation for sPHENIX simulation software
|
#include "ActsExamples/Geant4/Geant4Simulation.hpp"#include "Acts/Definitions/Algebra.hpp"#include "Acts/Plugins/FpeMonitoring/FpeMonitor.hpp"#include "Acts/Utilities/Logger.hpp"#include "Acts/Utilities/MultiIndex.hpp"#include "ActsExamples/Framework/AlgorithmContext.hpp"#include "ActsExamples/Framework/IAlgorithm.hpp"#include "ActsExamples/Framework/RandomNumbers.hpp"#include "ActsExamples/Framework/WhiteBoard.hpp"#include "ActsExamples/Geant4/DetectorConstructionFactory.hpp"#include "ActsExamples/Geant4/EventStore.hpp"#include "ActsExamples/Geant4/Geant4Manager.hpp"#include "ActsExamples/Geant4/MagneticFieldWrapper.hpp"#include "ActsExamples/Geant4/MaterialPhysicsList.hpp"#include "ActsExamples/Geant4/MaterialSteppingAction.hpp"#include "ActsExamples/Geant4/ParticleKillAction.hpp"#include "ActsExamples/Geant4/ParticleTrackingAction.hpp"#include "ActsExamples/Geant4/SensitiveSteppingAction.hpp"#include "ActsExamples/Geant4/SensitiveSurfaceMapper.hpp"#include "ActsExamples/Geant4/SimParticleTranslation.hpp"#include "ActsExamples/Geant4/SteppingActionList.hpp"#include "ActsFatras/EventData/Barcode.hpp"#include <cassert>#include <cstddef>#include <iostream>#include <map>#include <stdexcept>#include <utility>#include <G4FieldManager.hh>#include <G4RunManager.hh>#include <G4TransportationManager.hh>#include <G4UniformMagField.hh>#include <G4UserEventAction.hh>#include <G4UserLimits.hh>#include <G4UserRunAction.hh>#include <G4UserSteppingAction.hh>#include <G4UserTrackingAction.hh>#include <G4VUserDetectorConstruction.hh>#include <G4VUserPhysicsList.hh>#include <G4Version.hh>#include <Randomize.hh>
Include dependency graph for Geant4Simulation.cpp: