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

Nested configuration struct. More...

#include <acts/blob/sPHENIX/Examples/Detectors/Geant4Detector/include/ActsExamples/Geant4Detector/Geant4Detector.hpp>

+ Collaboration diagram for ActsExamples::Geant4::Geant4Detector::Config:

Public Attributes

std::string name = ""
 The detector/geometry name.
 
const G4VPhysicalVolumeg4World = nullptr
 The Geant4 world volume.
 
Acts::Geant4DetectorSurfaceFactory::Options g4SurfaceOptions
 The Converter options: detector surfaces.
 
Acts::ProtoDetector protoDetector
 The corresponding ProtoDetector.
 
std::shared_ptr< const
Acts::GeometryIdentifierHook
geometryIdentifierHook
 Optional geometry identifier hook to be used during closure.
 
Acts::Logging::Level logLevel = Acts::Logging::INFO
 Logging level of the child tools.
 

Detailed Description

Nested configuration struct.

Definition at line 49 of file Geant4Detector.hpp.

View newest version in sPHENIX GitHub at line 49 of file Geant4Detector.hpp

Member Data Documentation

Acts::Geant4DetectorSurfaceFactory::Options ActsExamples::Geant4::Geant4Detector::Config::g4SurfaceOptions

The Converter options: detector surfaces.

Definition at line 55 of file Geant4Detector.hpp.

View newest version in sPHENIX GitHub at line 55 of file Geant4Detector.hpp

const G4VPhysicalVolume* ActsExamples::Geant4::Geant4Detector::Config::g4World = nullptr

The Geant4 world volume.

Definition at line 53 of file Geant4Detector.hpp.

View newest version in sPHENIX GitHub at line 53 of file Geant4Detector.hpp

std::shared_ptr<const Acts::GeometryIdentifierHook> ActsExamples::Geant4::Geant4Detector::Config::geometryIdentifierHook
Initial value:
=
std::make_shared<Acts::GeometryIdentifierHook>()

Optional geometry identifier hook to be used during closure.

Definition at line 59 of file Geant4Detector.hpp.

View newest version in sPHENIX GitHub at line 59 of file Geant4Detector.hpp

Acts::Logging::Level ActsExamples::Geant4::Geant4Detector::Config::logLevel = Acts::Logging::INFO

Logging level of the child tools.

Definition at line 62 of file Geant4Detector.hpp.

View newest version in sPHENIX GitHub at line 62 of file Geant4Detector.hpp

std::string ActsExamples::Geant4::Geant4Detector::Config::name = ""
Acts::ProtoDetector ActsExamples::Geant4::Geant4Detector::Config::protoDetector

The corresponding ProtoDetector.

Definition at line 57 of file Geant4Detector.hpp.

View newest version in sPHENIX GitHub at line 57 of file Geant4Detector.hpp


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