Analysis Software
Documentation for sPHENIX simulation software
|
Nested configuration struct for the Geant4 simulation. More...
#include <acts/blob/sPHENIX/Examples/Algorithms/Geant4/include/ActsExamples/Geant4/Geant4Simulation.hpp>
Public Attributes | |
std::string | inputParticles = "" |
std::shared_ptr< const RandomNumbers > | randomNumbers |
Random number service. | |
std::shared_ptr < DetectorConstructionFactory > | detectorConstructionFactory |
std::shared_ptr< Geant4Handle > | geant4Handle |
Optional Geant4 instance overwrite. | |
Nested configuration struct for the Geant4 simulation.
Definition at line 55 of file Geant4Simulation.hpp.
View newest version in sPHENIX GitHub at line 55 of file Geant4Simulation.hpp
std::shared_ptr<DetectorConstructionFactory> ActsExamples::Geant4SimulationBase::Config::detectorConstructionFactory |
Detector construction object. G4RunManager will take care of deletion
Definition at line 64 of file Geant4Simulation.hpp.
View newest version in sPHENIX GitHub at line 64 of file Geant4Simulation.hpp
Referenced by ActsExamples::Geant4SimulationBase::Geant4SimulationBase(), ActsExamples::setupGeant4Simulation(), and ActsExamples::setupMaterialRecording().
std::shared_ptr<Geant4Handle> ActsExamples::Geant4SimulationBase::Config::geant4Handle |
Optional Geant4 instance overwrite.
Definition at line 67 of file Geant4Simulation.hpp.
View newest version in sPHENIX GitHub at line 67 of file Geant4Simulation.hpp
Referenced by ActsExamples::Geant4MaterialRecording::Geant4MaterialRecording(), and ActsExamples::Geant4Simulation::Geant4Simulation().
std::string ActsExamples::Geant4SimulationBase::Config::inputParticles = "" |
Definition at line 57 of file Geant4Simulation.hpp.
View newest version in sPHENIX GitHub at line 57 of file Geant4Simulation.hpp
Referenced by ActsExamples::Geant4MaterialRecording::Geant4MaterialRecording(), ActsExamples::Geant4Simulation::Geant4Simulation(), and ActsExamples::Geant4SimulationBase::Geant4SimulationBase().
std::shared_ptr<const RandomNumbers> ActsExamples::Geant4SimulationBase::Config::randomNumbers |
Random number service.
Definition at line 60 of file Geant4Simulation.hpp.
View newest version in sPHENIX GitHub at line 60 of file Geant4Simulation.hpp
Referenced by ActsExamples::Geant4SimulationBase::Geant4SimulationBase().