Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ActsExamples::Geant4MaterialRecording::Config Struct Reference

#include <acts/blob/sPHENIX/Examples/Algorithms/Geant4/include/ActsExamples/Geant4/Geant4Simulation.hpp>

+ Inheritance diagram for ActsExamples::Geant4MaterialRecording::Config:
+ Collaboration diagram for ActsExamples::Geant4MaterialRecording::Config:

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< Geant4Handlegeant4Handle
 Optional Geant4 instance overwrite.
 

Detailed Description

Definition at line 180 of file Geant4Simulation.hpp.

View newest version in sPHENIX GitHub at line 180 of file Geant4Simulation.hpp

Member Data Documentation

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


The documentation for this struct was generated from the following file: