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

Configuration struct for the surface mapper. More...

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

+ Collaboration diagram for ActsExamples::SensitiveSurfaceMapper::Config:

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.
 

Detailed Description

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

Member Data Documentation

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().


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