Analysis Software
Documentation for sPHENIX simulation software
|
Configuration struct for the surface mapper. More...
#include <acts/blob/sPHENIX/Examples/Algorithms/Geant4/include/ActsExamples/Geant4/SensitiveSurfaceMapper.hpp>
Public Attributes | |
std::vector< std::string > | materialMappings |
For which G4 material names we try to find a mapping. | |
std::vector< std::string > | volumeMappings |
For which G4 volume names we try to find a mapping. | |
std::shared_ptr< const Acts::TrackingGeometry > | trackingGeometry |
The tracking geometry we try to map. | |
Configuration struct for the surface mapper.
Definition at line 40 of file SensitiveSurfaceMapper.hpp.
View newest version in sPHENIX GitHub at line 40 of file SensitiveSurfaceMapper.hpp
std::vector<std::string> ActsExamples::SensitiveSurfaceMapper::Config::materialMappings |
For which G4 material names we try to find a mapping.
Definition at line 42 of file SensitiveSurfaceMapper.hpp.
View newest version in sPHENIX GitHub at line 42 of file SensitiveSurfaceMapper.hpp
Referenced by ActsExamples::Geant4Simulation::Geant4Simulation().
std::shared_ptr<const Acts::TrackingGeometry> ActsExamples::SensitiveSurfaceMapper::Config::trackingGeometry |
The tracking geometry we try to map.
Definition at line 48 of file SensitiveSurfaceMapper.hpp.
View newest version in sPHENIX GitHub at line 48 of file SensitiveSurfaceMapper.hpp
Referenced by ActsExamples::Geant4Simulation::Geant4Simulation(), and ActsExamples::SensitiveSurfaceMapper::SensitiveSurfaceMapper().
std::vector<std::string> ActsExamples::SensitiveSurfaceMapper::Config::volumeMappings |
For which G4 volume names we try to find a mapping.
Definition at line 45 of file SensitiveSurfaceMapper.hpp.
View newest version in sPHENIX GitHub at line 45 of file SensitiveSurfaceMapper.hpp
Referenced by ActsExamples::Geant4Simulation::Geant4Simulation().