Analysis Software
Documentation for sPHENIX simulation software
|
#include <acts/blob/sPHENIX/Examples/Algorithms/Geant4/include/ActsExamples/Geant4/Geant4Simulation.hpp>
Public Attributes | |
std::string | outputMaterialTracks = "material_tracks" |
Name of the output collection: material tracks. | |
std::vector< std::string > | excludeMaterials = {"Air", "Vacuum"} |
Materials to exclude from the recording. | |
Public Attributes inherited from ActsExamples::Geant4SimulationBase::Config | |
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. | |
Definition at line 180 of file Geant4Simulation.hpp.
View newest version in sPHENIX GitHub at line 180 of file Geant4Simulation.hpp
std::vector<std::string> ActsExamples::Geant4MaterialRecording::Config::excludeMaterials = {"Air", "Vacuum"} |
Materials to exclude from the recording.
Definition at line 185 of file Geant4Simulation.hpp.
View newest version in sPHENIX GitHub at line 185 of file Geant4Simulation.hpp
Referenced by ActsExamples::Geant4MaterialRecording::Geant4MaterialRecording().
std::string ActsExamples::Geant4MaterialRecording::Config::outputMaterialTracks = "material_tracks" |
Name of the output collection: material tracks.
Definition at line 182 of file Geant4Simulation.hpp.
View newest version in sPHENIX GitHub at line 182 of file Geant4Simulation.hpp